ExperimentalExperimentalExperimentalPromise resolving to the current balance as a string
ExperimentalGets information about a token process including name, ticker, logo, and denomination. These are immutable parameters set when the token process was spawned.
Optionaltoken: stringOptional token process ID to get information for. If not provided, uses the current process ID.
Promise resolving to TokenInfo with token information
ExperimentalExperimentalMints new tokens, increasing the total supply. This operation can only be performed on the root token process.
The amount of new tokens to create
Promise resolving to true if minting was successful
ExperimentalExperimentalTransfers tokens from the caller's balance to one or more target addresses. This operation modifies the ledger state by updating balances.
The target address to receive the tokens
The amount of tokens to transfer
OptionalforwardedTags: TagsOptional tags to include with the transfer message for additional metadata or notifications
Promise resolving to true if the transfer was successful
Gets the balance of a specific identifier (address) in the token ledger. This is a read-only operation that queries the current state of the ledger.