Module soroban_sdk::token
source · 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
- StellarAssetClient is a client for calling the contract defined in “StellarAssetInterface”.
- TokenClient is a client for calling the contract defined in “TokenInterface”.
Traits
- Interface for admin capabilities for Token contracts, such as the Stellar Asset Contract.
- Interface for Token contracts, such as the Stellar Asset Contract.