Tokens are a special type of smart contracts that implement certain methods that allow them to be used as digital coins. This section contains a description of the methods of tokens of the SWT standar
TokenBalancesGet()
returns the balance of tokens for an account with a public key address
returns translations for a given token address offset - offset from the end of the transfer list to the beginning, limit - the number of transfers to be returned
Returns a list of token transfers, starting at offset offset in the amount of limit. The countdown goes from the end of the blockchain to the beginning
Returns a list of token transfers for the address wallet, starting at offset offset in the amount of limit. The countdown goes from the end of the blockchain to the beginning.
Returns a list of transactions for the token starting at offset offset in the amount of limit. The countdown goes from the end of the blockchain to the beginning.