Struct lpl_token_auth_rules::processor::Processor
source · pub struct Processor;
Expand description
The generic processor struct.
Implementations§
source§impl Processor
impl Processor
sourcepub fn process_instruction<'a>(
program_id: &Pubkey,
accounts: &'a [AccountInfo<'a>],
instruction_data: &[u8]
) -> ProgramResult
pub fn process_instruction<'a>( program_id: &Pubkey, accounts: &'a [AccountInfo<'a>], instruction_data: &[u8] ) -> ProgramResult
The main entrypoint for the Rule Set program that matches on the instruction type and args