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

Type declaration

  • bufferPda: PublicKey | Pda

    The PDA account where the RuleSet buffer is stored

  • Optional payer?: Signer

    Payer and creator of the RuleSet

  • Optional systemProgram?: PublicKey | Pda

    System program

Generated using TypeDoc