Move types to more appropriate files (#10638)

This commit is contained in:
Jack May
2020-06-17 10:39:14 -07:00
committed by GitHub
parent 39984cdcc3
commit dac7dc2f10
26 changed files with 97 additions and 98 deletions

View File

@ -1,10 +1,10 @@
use log::*;
use solana_sdk::{
account::{get_signers, Account, KeyedAccount},
account::{get_signers, next_keyed_account, Account, KeyedAccount},
account_utils::StateMut,
instruction::InstructionError,
nonce::{self, Account as NonceAccount},
program_utils::{limited_deserialize, next_keyed_account},
program_utils::limited_deserialize,
pubkey::Pubkey,
system_instruction::{SystemError, SystemInstruction, MAX_PERMITTED_DATA_LENGTH},
system_program,