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

Type declaration

  • Optional bufferPda?: PublicKey | Pda

    The buffer to copy a complete ruleset from

  • 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