Trait bonfida_utils::InstructionsAccount[][src]

pub trait InstructionsAccount {
    fn get_instruction<P: BorshDeserialize + BorshSerialize + BorshSize>(
        &self,
        instruction_id: u8,
        params: P
    ) -> Instruction; }

Required methods

Implementors