Coda by Ian Macalinao
    Preparing search index...

    Type Alias PuffRuleSetInput<TAccountPayer, TAccountRuleSetPda, TAccountSystemProgram>

    type PuffRuleSetInput<
        TAccountPayer extends string = string,
        TAccountRuleSetPda extends string = string,
        TAccountSystemProgram extends string = string,
    > = {
        payer: TransactionSigner<TAccountPayer>;
        puffRuleSetArgs: PuffRuleSetInstructionDataArgs["puffRuleSetArgs"];
        ruleSetPda: Address<TAccountRuleSetPda>;
        systemProgram?: Address<TAccountSystemProgram>;
    }

    Type Parameters

    • TAccountPayer extends string = string
    • TAccountRuleSetPda extends string = string
    • TAccountSystemProgram extends string = string
    Index

    Properties

    payer: TransactionSigner<TAccountPayer>

    Payer and creator of the RuleSet

    ruleSetPda: Address<TAccountRuleSetPda>

    The PDA account where the RuleSet is stored

    systemProgram?: Address<TAccountSystemProgram>

    System program