Type Definition solana_program::sysvar::instructions::Instructions [−][src]
type Instructions = Vec<Instruction>;
Trait Implementations
impl Sysvar for Instructions
[src]
fn size_of() -> usize
[src]
fn from_account_info(
account_info: &AccountInfo<'_>
) -> Result<Self, ProgramError>
[src]
account_info: &AccountInfo<'_>
) -> Result<Self, ProgramError>