PuffRuleSetV1InstructionAccounts: {
    payer?: Signer;
    ruleSetPda: PublicKey | Pda;
    systemProgram?: PublicKey | Pda;
}

Type declaration

  • Optional payer?: Signer

    Payer and creator of the RuleSet

  • ruleSetPda: PublicKey | Pda

    The PDA account where the RuleSet is stored

  • Optional systemProgram?: PublicKey | Pda

    System program

Generated using TypeDoc