We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d809884 commit e7025ecCopy full SHA for e7025ec
programs/token-2022/src/lib.rs
@@ -8,6 +8,9 @@ use {
8
solana_instruction_view::InstructionAccount,
9
};
10
11
+use solana_account_view::AccountView;
12
+use solana_instruction_view::InstructionAccount;
13
+
14
solana_address::declare_id!("TokenzQdBNbLqP5VEhdkAS6EPFLC1PHnBqCXEpPxuEb");
15
16
const ELGAMAL_PUBKEY_LEN: usize = 32;
0 commit comments