Struct tiny_sdk::sysvar::instructions::BorrowedInstruction
source · pub struct BorrowedInstruction<'a> {
pub program_id: &'a Pubkey,
pub accounts: Vec<BorrowedAccountMeta<'a>, Global>,
pub data: &'a [u8],
}Expand description
Borrowed version of Instruction.
This struct is used by the runtime when constructing the sysvar. It is not useful to Solana programs.
Fields§
§program_id: &'a Pubkey§accounts: Vec<BorrowedAccountMeta<'a>, Global>§data: &'a [u8]