Wallets

In order to receive funds and send transactions, the user of the SWT platform needs a wallet. A wallet is a pair of keys, public, which is an address, and a private, with which the user signs his tran

WalletsGet()

returns a list of vollets in the system starting with offset in the amount of limit

### // Get page from wallets list from [offset] to [offset + limit]

// sort - is one of WalletsListSort values

// desc - true to request descending sort, false for ascending sort

WalletsGetResult WalletsGet(1:i64 offset, 2:i64 limit, 3:WalletsListSort sort, 4:bool desc)

TrustedGet()

returns the number of Trusted nodes

TrustedGetResult TrustedGet(1:i32 page)

Last updated