The account to get the balance of
Register an account to the fungible token contract by paying a storage deposit
The AccountID to register
The Account that will fund the registration
Converts indivisible units to a decimal number (represented as a string)
The amount as a decimal string (e.g. "1.234")
Converts a decimal number to indivisible units
The amount in decimal format (e.g. "1.234")
The amount in indivisible units (e.g. "1234")
Transfer tokens from one account to another
The amount of tokens to transfer in the smallest unit
The Account that will transfer the tokens
The AccountID that will receive the tokens
Transfer tokens and call a function on the receiver contract,
only works if the receiver implements the ft_on_transfer
method
The Account that will transfer the tokens
The message to send to the ft_on_transfer
method
The AccountID that will receive the tokens
Unregister an account from the fungible token contract by paying a storage deposit
The Account to unregister
Whether to remove the account without claiming the storage deposit
Get the available balance of an account in indivisible units