# Structs
AllTokens / With Enumerable extension.
ApproveAll / Allows operator to transfer / send any token from the owner's account.
ApprovedForAll / List all operators that can access all of the owner's tokens.#[returns(ApprovedForAllResponse)].
Balance #[returns(BalanceResponse)].
No description provided by the author
BatchBalance BatchBalance / Returns the current balance of the given address for a batch of tokens 0 if unset.#[returns(BatchBalanceResponse)].
BatchBurn / BatchBurn is a base message to burn multiple types of tokens in batch.
BatchMint / BatchMint is a base message to mint multiple types of tokens in batch.
BatchSendFrom / BatchSendFrom is a base message to move multiple types of tokens in batch if `env.sender` is the owner or has sufficient pre-approval.
Burn / Burn is a base message to burn tokens.
No description provided by the author
IsApprovedForAll / Query approved status `owner` granted to `operator`.#[returns(IsApprovedForAllResponse)].
Mint / Mint is a base message to mint tokens.
RevokeAll / Remove previously granted ApproveAll permission.
SendFrom / SendFrom is a base message to move tokens if `env.sender` is the owner or has sufficient pre-approval.
TokenInfo / With MetaData Extension.
Tokens / With Enumerable extension.
# Type aliases
No description provided by the author