Optional addressAddress of the contract on the chain.
Optional agentAgent that will interact with the contract.
Optional codeCode hash confirming the contract's integrity.
Optional codeCode ID for the contract's code.
The decimal precision of the token.
Optional feeDefault fee for all contract transactions.
Default fee for specific transactions.
Contract metadata.
The full name of the token.
The market symbol of the token.
The total supply of the token.
The contract template represented in factory format ({code_id, code_hash})
The contract represented in ICC format ({address, code_hash})
self as plain CustomToken with a hidden (from serialization!)
client property pointing to this.
Get a comparable token ID.
Get a client to the Viewing Key API.
Deposit native tokens into the contract.
Execute a query on the specified contract as the specified Agent.
Protected validateStatic fromCreate a SNIP20 token client from a CustomToken descriptor.
Optional agent: AgentStatic initCreate a SNIP20 init message.
Generated using TypeDoc
An abstract fungible token.