Enums§
- Upgradeable
Loader State - Upgradeable loader account states
Constants§
- ID
- The const program ID.
Functions§
- check_
id - Returns
true
if given pubkey is the program ID. - close
bincode
- Returns the instructions required to close a buffer account
- close_
any bincode
- Returns the instructions required to close program, buffer, or uninitialized account
- create_
buffer bincode
- Returns the instructions required to initialize a Buffer account.
- deploy_
with_ max_ program_ len Deprecated bincode
- Returns the instructions required to deploy a program with a specified maximum program length. The maximum length must be large enough to accommodate any future upgrades.
- extend_
program bincode
- Returns the instruction required to extend the size of a program’s executable data account
- get_
program_ data_ address - Returns the program data address for a program ID
- id
- Returns the program ID.
- is_
close_ instruction - is_
set_ authority_ checked_ instruction - is_
set_ authority_ instruction - is_
upgrade_ instruction - set_
buffer_ authority bincode
- Returns the instructions required to set a buffers’s authority.
- set_
buffer_ authority_ checked bincode
- Returns the instructions required to set a buffers’s authority. If using this instruction, the new authority must sign.
- set_
upgrade_ authority bincode
- Returns the instructions required to set a program’s authority.
- set_
upgrade_ authority_ checked bincode
- Returns the instructions required to set a program’s authority. If using this instruction, the new authority must sign.
- upgrade
bincode
- Returns the instructions required to upgrade a program.
- write
bincode
- Returns the instructions required to write a chunk of program data to a buffer account.