introduce syscalls (#4373)

This commit is contained in:
Rob Walker
2019-05-21 15:19:41 -07:00
committed by GitHub
parent f6c7812fcc
commit 58295b825d
9 changed files with 153 additions and 40 deletions

View File

@ -6,8 +6,8 @@
use crate::id;
use serde_derive::{Deserialize, Serialize};
use solana_sdk::account::{Account, KeyedAccount};
use solana_sdk::account_utils::State;
use solana_sdk::instruction::InstructionError;
use solana_sdk::instruction_processor_utils::State;
use solana_sdk::pubkey::Pubkey;
use solana_vote_api::vote_state::VoteState;