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_transfer_authority_instruction
is_truncate_instruction
is_write_instruction
retractbincode
Returns the instructions required to retract a program.
transfer_authoritybincode
Returns the instructions required to transfer authority over a program.
truncatebincode
Returns the instructions required to set the length of the program account.
truncate_uninitializedbincode
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.
writebincode
Returns the instructions required to write a chunk of program data to a buffer account.