Struct solana_sdk::sysvar::instructions::BorrowedAccountMeta
source · pub struct BorrowedAccountMeta<'a> {
pub pubkey: &'a Pubkey,
pub is_signer: bool,
pub is_writable: bool,
}
Expand description
Borrowed version of AccountMeta
.
This struct is used by the runtime when constructing the sysvar. It is not useful to Solana programs.
Fields§
§pubkey: &'a Pubkey
§is_signer: bool
§is_writable: bool