Module soroban_sdk::token

source ·
Expand description

Token contains types for calling and accessing token contracts, including the Stellar Asset Contract.

See Interface for the interface of token contracts such as the Stellar Asset Contract.

Use Client for calling token contracts such as the Stellar Asset Contract.

Structs

  • Client is a client for calling the contract defined in “Interface”.
  • Spec contains the contract spec of Token contracts, such as the Stellar Asset Contract.

Traits

  • Interface for Token contracts, such as the Stellar Asset Contract.