Skip to content

Commit e7025ec

Browse files
confidential mint burn - initialize_mint instruction
1 parent d809884 commit e7025ec

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

programs/token-2022/src/lib.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ use {
88
solana_instruction_view::InstructionAccount,
99
};
1010

11+
use solana_account_view::AccountView;
12+
use solana_instruction_view::InstructionAccount;
13+
1114
solana_address::declare_id!("TokenzQdBNbLqP5VEhdkAS6EPFLC1PHnBqCXEpPxuEb");
1215

1316
const ELGAMAL_PUBKEY_LEN: usize = 32;

0 commit comments

Comments
 (0)