Move types to more appropriate files (#10638)
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
use num_derive::{FromPrimitive, ToPrimitive};
|
||||
use solana_sdk::{
|
||||
decode_error::DecodeError,
|
||||
instruction::{AccountMeta, Instruction},
|
||||
program_utils::DecodeError,
|
||||
pubkey::Pubkey,
|
||||
system_instruction,
|
||||
};
|
||||
|
@ -3,9 +3,9 @@
|
||||
use crate::ownable_instruction::OwnableError;
|
||||
use bincode::serialize_into;
|
||||
use solana_sdk::{
|
||||
account::KeyedAccount,
|
||||
account::{next_keyed_account, KeyedAccount},
|
||||
instruction::InstructionError,
|
||||
program_utils::{limited_deserialize, next_keyed_account},
|
||||
program_utils::limited_deserialize,
|
||||
pubkey::Pubkey,
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user