Struct lpl_token_auth_rules::instruction::builders::PuffRuleSet
source · pub struct PuffRuleSet {
pub payer: Pubkey,
pub rule_set_pda: Pubkey,
pub system_program: Pubkey,
pub args: PuffRuleSetArgs,
}Fields§
§payer: Pubkey§rule_set_pda: Pubkey§system_program: Pubkey§args: PuffRuleSetArgsTrait Implementations§
source§impl InstructionBuilder for PuffRuleSet
impl InstructionBuilder for PuffRuleSet
Builds a PuffRuleSet instruction.
source§fn instruction(&self) -> Instruction
fn instruction(&self) -> Instruction
The required function to return the built instruction.