Module switchboard_solana::program_id::loader_v4
Expand description
The v4 built-in loader program.
This is the loader of the program runtime v2.
Structs§
- LoaderV4 account states
Enums§
Constants§
- Cooldown before a program can be un-/redeployed again
- The const program ID.
Functions§
- Returns
true
if given pubkey is the program ID. - Returns the instructions required to initialize a program/buffer account.
- Returns the instructions required to deploy a program.
- Returns the instructions required to deploy a program using a buffer.
- Returns the program ID.
- Returns the instructions required to retract a program.
- Returns the instructions required to transfer authority over a program.
- Returns the instructions required to set the length of the program account.
- Returns the instructions required to set the length of an uninitialized program account. This instruction will require the program account to also sign the transaction.
- Returns the instructions required to write a chunk of program data to a buffer account.