Docs.rs
  • solarti-token-cli-3.0.0
    • solarti-token-cli 3.0.0
    • Permalink
    • Docs.rs crate page
    • Apache-2.0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • miralandlabs
    • Dependencies
      • base64 ^0.21.5 normal
      • clap ^2.33.3 normal
      • console ^0.15.7 normal
      • futures ^0.3 normal
      • miraland-account-decoder ^1.14.18 normal
      • miraland-clap-utils ^1.14.18 normal
      • miraland-cli-config ^1.14.18 normal
      • miraland-cli-output ^1.14.18 normal
      • miraland-client ^1.14.18 normal
      • miraland-logger ^1.14.18 normal
      • miraland-remote-wallet ^1.14.18 normal
      • miraland-sdk ^1.14.18 normal
      • miraland-transaction-status ^1.14.18 normal
      • serde ^1.0.192 normal
      • serde_derive ^1.0.103 normal
      • serde_json ^1.0.108 normal
      • solarti-associated-token-account ^2.0 normal
      • solarti-memo ^4.0.0 normal
      • solarti-token ^4.0 normal
      • solarti-token-2022 ^0.9 normal
      • solarti-token-client ^0.4 normal
      • solarti-token-metadata-interface ^0.2 normal
      • strum ^0.25 normal
      • strum_macros ^0.25 normal
      • tokio ^1.34 normal
      • assert_cmd ^2.0.12 dev
      • libtest-mimic ^0.6 dev
      • miraland-test-validator ^1.14.19 dev
      • serial_test ^2.0.0 dev
      • tempfile ^3.8.1 dev
      • walkdir ^2 build
    • Versions
    • 0.86% of the crate is documented
  • Platform
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

spl_token_cli3.0.0

Module clap_app

  • Structs
  • Enums
  • Constants
  • Statics
  • Traits
  • Functions
  • Type Aliases

In crate spl_token_cli

?
Change settings

Module spl_token_cli::clap_app

source ·

Structs

  • CliAuthorityTypeIter
    An iterator over the variants of CliAuthorityType

Enums

  • AccountMetaRole
  • CliAuthorityType
  • CommandName

Constants

  • DELEGATE_ADDRESS_ARG
  • MINT_ADDRESS_ARG
  • MINT_DECIMALS_ARG
  • MULTISIG_SIGNER_ARG
  • OWNER_ADDRESS_ARG
  • OWNER_KEYPAIR_ARG
  • TRANSFER_LAMPORTS_ARG

Statics

  • VALID_TOKEN_PROGRAM_IDS

Traits

  • MintArgs

Functions

  • app
  • delegate_address_arg
  • minimum_signers_help_string
  • mint_address_arg
  • mint_decimals_arg
  • multisig_member_help_string
  • multisig_signer_arg
  • owner_address_arg
  • owner_keypair_arg
  • owner_keypair_arg_with_value_name
  • parse_transfer_hook_account
  • transfer_lamports_arg

Type Aliases

  • Error