Skip to main content

ISCAccounts

ISCAccounts

Functions of the ISC Magic Contract to access the core accounts functionality

getL2BalanceBaseTokens

function getL2BalanceBaseTokens(struct ISCAgentID agentID) external view returns (uint64)

getL2BalanceCoin

function getL2BalanceCoin(string coinType, struct ISCAgentID agentID) external view returns (uint64)

getL2Objects

function getL2Objects(struct ISCAgentID agentID) external view returns (IotaObjectID[])

getL2ObjectsCount

function getL2ObjectsCount(struct ISCAgentID agentID) external view returns (uint256)

getL2ObjectsInCollection

function getL2ObjectsInCollection(struct ISCAgentID agentID, IotaObjectID collectionId) external view returns (IotaObjectID[])

getL2ObjectsCountInCollection

function getL2ObjectsCountInCollection(struct ISCAgentID agentID, IotaObjectID collectionId) external view returns (uint256)

__iscAccounts

contract ISCAccounts __iscAccounts