Creates a Token Base Transition that contains base information about token transition
{IdentifierLike} - token identifier
{IdentifierLike} - identity identifier of sender of the transaction
Helper function for creation of a token state transition to be broadcasted in the network
You have to pass token base transition acquired from .createBaseTransition() method together with token transition type and its params
{TokenBaseTransitionWASM} - token Base transition
{IdentifierLike} - identity identifier of the owner of the transaction
{TokenTransitionType} - token transition type as string (f.e. 'transfer')
{TokenTransitionParams} - params required for a token transition
Retrieves a token balances for identities
{IdentifierLike[]} - list of identifiers which balance we need to get
{IdentifierLike} - token identifier
Retrieves a tokens balances for identity
{IdentifierLike} - identifier which balance we need to get
{IdentifierLike[]} - list of tokens ids which used in request
Retrieves a tokens contract info by id
{IdentifierLike} - token id which contract info we need
Retrieves a token total supply
{IdentifierLike} - token id which total supply we need
Tokens controller for requesting information about tokens and tokens holders