Expand description
Instructions for the upgradable BPF loader.
Enums§
Functions§
- 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
- is_
close_ instruction - is_
migrate_ instruction - is_
set_ authority_ checked_ instruction - is_
set_ authority_ instruction - is_
upgrade_ instruction - migrate_
program bincode
- Returns the instructions required to migrate a program to loader-v4.
- 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.