Expand description
Token contains types for calling and accessing token contracts, including the Stellar Asset Contract.
See TokenInterface
for the interface of token contracts such as the
Stellar Asset Contract.
Use TokenClient
for calling token contracts such as the Stellar Asset
Contract.
Structs§
- Stellar
Asset Client - StellarAssetClient is a client for calling the contract defined in “StellarAssetInterface”.
- Token
Client - TokenClient is a client for calling the contract defined in “TokenInterface”.
Traits§
- Stellar
Asset Interface - Interface for admin capabilities for Token contracts, such as the Stellar Asset Contract.
- Token
Interface - Interface for Token contracts, such as the Stellar Asset Contract.