Crate sep_41_token

Source
Expand description

Interface for SEP-41 Token Standard https://github.com/stellar/stellar-protocol/blob/master/ecosystem/sep-0041.md

Structs§

  • StellarAssetClient is a client for calling the contract defined in “StellarAssetExtension”.
  • TokenClient is a client for calling the contract defined in “Token”.

Traits§

  • Extension for functions implemented by the SEP-0041 compliant native Stellar Asset Contract: https://github.com/stellar/rs-soroban-env/blob/main/soroban-env-host/src/native_contract/token/contract.rs
  • SEP-0041 Token Standard Trait