Expand description
Instructions and constructors for the system program.
The system program ID is defined in system_program
.
Enums§
Constants§
- MAX_
PERMITTED_ DATA_ LENGTH - Maximum permitted size of data: 10 MiB
Functions§
- advance_
nonce_ account - Advance the value of a durable transaction nonce.
- allocate
- allocate_
with_ seed - assign
- assign_
with_ seed - authorize_
nonce_ account - Change the authority of a durable transaction nonce account.
- create_
account - create_
account_ with_ seed - create_
nonce_ account - Create an account containing a durable transaction nonce.
- 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 - Withdraw lamports from a durable transaction nonce account.