soroban_sdk

Module 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
StellarAssetClient is a client for calling the contract defined in “StellarAssetInterface”.
TokenClient
TokenClient is a client for calling the contract defined in “TokenInterface”.

Traits§

StellarAssetInterface
Interface for admin capabilities for Token contracts, such as the Stellar Asset Contract.
TokenInterface
Interface for Token contracts, such as the Stellar Asset Contract.