Skip to content

Commit

Permalink
missing re-exports
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinheavey committed Jan 15, 2025
1 parent ec7703f commit 61fcb66
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions sdk/program/src/loader_v4.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
#[deprecated(since = "2.2.0", note = "Use solana-loader-v4-interface instead")]
pub use solana_loader_v4_interface::{
instruction::{
create_buffer, deploy, deploy_from_source, finalize, is_deploy_instruction,
is_finalize_instruction, is_retract_instruction, is_transfer_authority_instruction,
is_truncate_instruction, is_write_instruction, retract, transfer_authority, truncate,
truncate_uninitialized, write,
},
state::{LoaderV4State, LoaderV4Status},
DEPLOYMENT_COOLDOWN_IN_SLOTS,
};
Expand Down

0 comments on commit 61fcb66

Please sign in to comment.