The account to get the balance of
Converts indivisible units to a decimal number (represented as a string)
The amount in indivisible units (e.g. "1234")
Optionalprecision: number(optional) number of digits shown to the right of the decimal point - rounded down
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
Transfer tokens and call a function on the receiver contract,
only works if the receiver implements the ft_on_transfer method
Transfer call parameters
The amount of tokens to transfer in the smallest unit
The Account that will transfer the tokens
The message to send to the ft_on_transfer method
The AccountID that will receive the tokens
Get the available balance of an account in indivisible units