Docs.rs
  • spl-token-client-0.9.0
    • spl-token-client 0.9.0
    • Docs.rs crate page
    • Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • anza-team
    • Dependencies
      • async-trait ^0.1 normal
      • curve25519-dalek ^3.2.1 normal
      • futures ^0.3.30 normal
      • futures-util ^0.3 normal
      • solana-banks-interface >=1.18.2, <=2 normal
      • solana-cli-output >=1.18.2, <=2 normal optional
      • solana-program-test >=1.18.2, <=2 normal
      • solana-rpc-client >=1.18.2, <=2 normal
      • solana-rpc-client-api >=1.18.2, <=2 normal
      • solana-sdk >=1.18.2, <=2 normal
      • spl-associated-token-account ^3.0 normal
      • spl-memo ^4.0 normal
      • spl-token ^4.0 normal
      • spl-token-2022 ^3.0 normal
      • spl-token-group-interface ^0.2 normal
      • spl-token-metadata-interface ^0.3 normal
      • spl-transfer-hook-interface ^0.6 normal
      • thiserror ^1.0 normal
    • Versions
    • 53.27% of the crate is documented
  • This release has been yanked, go to latest version
  • 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_client0.9.0

SimulateTransaction

Required Associated Types

  • SimulationOutput

Implementors

In spl_token_client::client

?
Change settings

Trait spl_token_client::client::SimulateTransaction

source ·
pub trait SimulateTransaction {
    type SimulationOutput: SimulationResult;
}
Expand description

Basic trait for simulating transactions in a validator.

Required Associated Types§

source

type SimulationOutput: SimulationResult

Implementors§

source§

impl SimulateTransaction for ProgramBanksClientProcessTransaction

§

type SimulationOutput = BanksTransactionResultWithSimulation

source§

impl SimulateTransaction for ProgramRpcClientSendTransaction

§

type SimulationOutput = RpcClientResponse