[−][src]Type Definition solana_sdk::sysvar::instructions::Instructions
type Instructions = Vec<Instruction>;
Trait Implementations
impl Sysvar for Instructions
[src]
fn size_of() -> usize
[src]
fn from_account(account: &Account) -> Option<Self>
[src]
fn to_account(&self, account: &mut Account) -> Option<()>
[src]
fn from_account_info(
account_info: &AccountInfo<'_>
) -> Result<Self, ProgramError>
[src]
account_info: &AccountInfo<'_>
) -> Result<Self, ProgramError>
fn to_account_info(&self, account_info: &mut AccountInfo<'_>) -> Option<()>
[src]
fn from_keyed_account(
keyed_account: &KeyedAccount<'_>
) -> Result<Self, InstructionError>
[src]
keyed_account: &KeyedAccount<'_>
) -> Result<Self, InstructionError>