ConstReadonlyprogramSystem Program address.
Advance a durable nonce account.
AdvanceNonce parameters.
Encoded instruction.
Allocate space for an account (without funding or assigning owner).
Allocate parameters.
Encoded instruction.
Assign an account to a program.
Assign parameters.
Encoded instruction.
Change the authority of a nonce account.
AuthorizeNonce parameters.
Encoded instruction.
Create a new account with allocated space and program owner.
CreateAccount parameters.
Encoded instruction.
Create account with a seed-derived address.
CreateAccountWithSeed parameters.
Encoded instruction.
Initialize a nonce account (must be pre-allocated with SystemProgram.createAccount).
InitializeNonce parameters.
Encoded instruction.
Transfer SOL between two accounts.
Transfer parameters.
Encoded instruction.
Withdraw lamports from a nonce account.
WithdrawNonce parameters.
Encoded instruction.
System Program instruction encoders.
Static methods produce TransactionInstruction objects for the native Solana System Program.