Skip to main content

ISCPrivileged

ISCPrivileged

The ISCPrivileged interface represents a contract that has some extra methods not included in the standard ISC interface. These methods can only be called from privileged contracts.

moveBetweenAccounts

function moveBetweenAccounts(address sender, address receiver, struct ISCAssets allowance) external

setAllowanceBaseTokens

function setAllowanceBaseTokens(address from, address to, uint256 numTokens) external

setAllowanceNativeTokens

function setAllowanceNativeTokens(address from, address to, struct NativeTokenID nativeTokenID, uint256 numTokens) external

moveAllowedFunds

function moveAllowedFunds(address from, address to, struct ISCAssets allowance) external

__iscPrivileged

contract ISCPrivileged __iscPrivileged