CreateOrUpdateWithBufferV1Input: {
    chunkSize?: number;
    payer?: Signer;
    ruleSetName: string;
    ruleSetRevision: RuleSetRevision;
}

Type declaration

  • Optional chunkSize?: number

    The size of each chunk to write to the buffer.

    Default

    900

  • Optional payer?: Signer

    Payer and creator of the RuleSet.

  • ruleSetName: string

    The name of the RuleSet account.

  • ruleSetRevision: RuleSetRevision

    The new revision to add to the RuleSet account.

Generated using TypeDoc