Coda by Ian Macalinao
    Preparing search index...

    Type Alias WriteToBufferAsyncInput<TAccountPayer, TAccountBufferPda, TAccountSystemProgram>

    type WriteToBufferAsyncInput<
        TAccountPayer extends string = string,
        TAccountBufferPda extends string = string,
        TAccountSystemProgram extends string = string,
    > = {
        bufferPda?: Address<TAccountBufferPda>;
        payer: TransactionSigner<TAccountPayer>;
        systemProgram?: Address<TAccountSystemProgram>;
        writeToBufferArgs: WriteToBufferInstructionDataArgs["writeToBufferArgs"];
    }

    Type Parameters

    • TAccountPayer extends string = string
    • TAccountBufferPda extends string = string
    • TAccountSystemProgram extends string = string
    Index

    Properties

    bufferPda?: Address<TAccountBufferPda>

    The PDA account where the RuleSet buffer is stored

    payer: TransactionSigner<TAccountPayer>

    Payer and creator of the RuleSet

    systemProgram?: Address<TAccountSystemProgram>

    System program