Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 398947e

Browse files
committed
Add re-exports
1 parent 171e50f commit 398947e

File tree

1 file changed

+4
-0
lines changed
  • instruction-padding/program/src

1 file changed

+4
-0
lines changed

instruction-padding/program/src/lib.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,8 @@ mod entrypoint;
22
pub mod instruction;
33
pub mod processor;
44

5+
pub use {
6+
solana_account_info, solana_cpi, solana_instruction, solana_program_entrypoint,
7+
solana_program_error, solana_pubkey,
8+
};
59
solana_pubkey::declare_id!("iXpADd6AW1k5FaaXum5qHbSqyd7TtoN6AD7suVa83MF");

0 commit comments

Comments
 (0)