Docs.rs
  • solana-program-1.13.0
    • solana-program 1.13.0
    • Docs.rs crate page
    • Apache-2.0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • anza-team
    • Dependencies
      • bincode ^1.3.1 normal
      • blake3 ^1.2.0 normal
      • borsh ^0.9.1 normal
      • borsh-derive ^0.9.1 normal
      • bs58 ^0.4.0 normal
      • bv ^0.11.1 normal
      • bytemuck ^1.7.2 normal
      • itertools ^0.10.1 normal
      • lazy_static ^1.4.0 normal
      • log ^0.4.14 normal
      • num-derive ^0.3 normal
      • num-traits ^0.2 normal
      • rustversion ^1.0.3 normal
      • serde ^1.0.112 normal
      • serde_bytes ^0.11 normal
      • serde_derive ^1.0.103 normal
      • sha2 ^0.10.0 normal
      • sha3 ^0.10.0 normal
      • solana-frozen-abi =1.13.0 normal
      • solana-frozen-abi-macro =1.13.0 normal
      • solana-sdk-macro =1.13.0 normal
      • thiserror ^1.0 normal
      • anyhow ^1.0.45 dev
      • assert_matches ^1.3.0 dev
      • bincode ^1.3.1 dev
      • borsh ^0.9.1 dev
      • borsh-derive ^0.9.1 dev
      • serde_json ^1.0.56 dev
      • static_assertions ^1.1.0 dev
      • rustc_version ^0.4 build
      • base64 ^0.13 normal
      • bitflags ^1.3.1 normal
      • curve25519-dalek ^3.2.1 normal
      • itertools ^0.10.1 normal
      • libsecp256k1 ^0.6.0 normal
      • rand ^0.7.0 normal
      • wasm-bindgen ^0.2 normal
      • solana-logger =1.13.0 dev
      • parking_lot ^0.12 normal
      • console_error_panic_hook ^0.1.7 normal
      • console_log ^0.2.0 normal
      • getrandom ^0.1 normal
      • js-sys ^0.3.55 normal
    • Versions
    • 51.47% of the crate is documented
  • Go to latest version
  • Platform
    • x86_64-unknown-linux-gnu
  • Feature flags
  • Rust
    • About docs.rs
    • Privacy policy
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation
logo

logo

Module system_instruction

  • Enums
  • Constants
  • Functions
logo
Change settings

Module solana_program::system_instruction

source · [−]

Enums

NonceError
SystemError
SystemInstruction

Constants

MAX_PERMITTED_DATA_LENGTH

Maximum permitted size of data: 10 MiB

Functions

advance_nonce_account
allocate
allocate_with_seed
assign
assign_with_seed
authorize_nonce_account
create_account
create_account_with_seed
create_nonce_account
create_nonce_account_with_seed
instruction_to_nonce_error
nonce_to_instruction_error
transfer
transfer_many

Create and sign new SystemInstruction::Transfer transaction to many destinations

transfer_with_seed
upgrade_nonce_account

One-time idempotent upgrade of legacy nonce versions in order to bump them out of chain blockhash domain.

withdraw_nonce_account