Docs.rs
  • solana-program-runtime-1.14.26
    • solana-program-runtime 1.14.26
    • Docs.rs crate page
    • Apache-2.0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • anza-team
    • Dependencies
      • base64 ^0.13 normal
      • bincode ^1.3.3 normal
      • eager ^0.1.0 normal
      • enum-iterator ^0.8.1 normal
      • itertools ^0.10.1 normal
      • libc ^0.2.101 normal
      • libloading ^0.7.0 normal
      • log ^0.4.14 normal
      • num-derive ^0.3 normal
      • num-traits ^0.2 normal
      • rand ^0.7.0 normal
      • serde ^1.0.129 normal
      • solana-frozen-abi =1.14.26 normal
      • solana-frozen-abi-macro =1.14.26 normal
      • solana-measure =1.14.26 normal
      • solana-metrics =1.14.26 normal
      • solana-sdk =1.14.26 normal
      • thiserror ^1.0 normal
      • solana-logger =1.14.26 dev
      • rustc_version ^0.4 build
    • Versions
    • 33.2% of the crate is documented
  • Go to latest version
  • Platform
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation
logo

logo

Module invoke_context

  • Structs
  • Traits
  • Functions
  • Type Aliases
?
Change settings

Module solana_program_runtime::invoke_context

source ·

Structs

  • AllocErr
  • BuiltinProgram
  • ComputeMeter
    Compute meter
  • InvokeContext
  • MockInvokeContextPreparation
  • StackFrameDeprecated

Traits

  • Alloc
    Based loosely on the unstable std::alloc::Alloc trait

Functions

  • mock_process_instruction
  • prepare_mock_invoke_context
  • with_mock_invoke_context

Type Aliases

  • ProcessInstructionWithContext