Module solana_sdk::system_instruction
source · Expand description
Instructions and constructors for the system program.
The system program ID is defined in system_program
.
Enums
Constants
- Maximum permitted size of data: 10 MiB
Functions
- Advance the value of a durable transaction nonce.
- Change the authority of a durable transaction nonce account.
- Create an account containing a durable transaction nonce.
- Create and sign new SystemInstruction::Transfer transaction to many destinations
- One-time idempotent upgrade of legacy nonce versions in order to bump them out of chain blockhash domain.
- Withdraw lamports from a durable transaction nonce account.