Trait bonfida_utils::InstructionsAccount
source · [−]pub trait InstructionsAccount {
fn get_accounts_vec(&self) -> Vec<AccountMeta>ⓘNotable traits for Vec<u8, A>impl<A> Write for Vec<u8, A> where
A: Allocator, ;
fn get_instruction<P: BorshDeserialize + BorshSerialize + BorshSize>(
&self,
program_id: Pubkey,
instruction_id: u8,
params: P
) -> Instruction { ... }
}