Expand description
Instructions for the v4 built-in loader program.
Enums§
Functions§
- copy
bincode
- Returns the instructions required to copy a chunk of program data.
- create_
buffer bincode
- Returns the instructions required to initialize a program/buffer account.
- deploy
bincode
- Returns the instructions required to deploy a program.
- deploy_
from_ source bincode
- Returns the instructions required to deploy a program using a buffer.
- finalize
bincode
- Returns the instructions required to finalize program.
- is_
copy_ instruction - is_
deploy_ instruction - is_
finalize_ instruction - is_
retract_ instruction - is_
set_ program_ length_ instruction - is_
transfer_ authority_ instruction - is_
write_ instruction - retract
bincode
- Returns the instructions required to retract a program.
- set_
program_ length bincode
- Returns the instructions required to set the length of the program account.
- transfer_
authority bincode
- Returns the instructions required to transfer authority over a program.
- write
bincode
- Returns the instructions required to write a chunk of program data to a buffer account.