Module instruction

Source
Expand description

Instructions for the v4 built-in loader program.

Enums§

LoaderV4Instruction

Functions§

copybincode
Returns the instructions required to copy a chunk of program data.
create_bufferbincode
Returns the instructions required to initialize a program/buffer account.
deploybincode
Returns the instructions required to deploy a program.
deploy_from_sourcebincode
Returns the instructions required to deploy a program using a buffer.
finalizebincode
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
retractbincode
Returns the instructions required to retract a program.
set_program_lengthbincode
Returns the instructions required to set the length of the program account.
transfer_authoritybincode
Returns the instructions required to transfer authority over a program.
writebincode
Returns the instructions required to write a chunk of program data to a buffer account.