Sync info

The section describes methods for obtaining information about the synchronization of a node

SyncStateGet()

returns the sync status of the node

SyncStateResult SyncStateGet()

ExecuteCountGetResult ExecuteCountGet(1:string executeMethod)

}

// Currency code, 1 for mainline one (SmartWalletToken, 'SWT')

typedef i8 Currency

// Wallet or smart contract address

//typedef binary Address

// Unix timestamp in milliseconds

typedef i64 Time

typedef string TokenCode

typedef string TokenAmount

Last updated