RuleSetRevisionV1: {
    libVersion: 1;
    operations: Record<string, RuleV1>;
    owner: PublicKeyAsArrayOfBytes;
    ruleSetName: string;
}

Type declaration

  • libVersion: 1

    The version of the ruleset.

  • operations: Record<string, RuleV1>

    The operations of the ruleset.

  • owner: PublicKeyAsArrayOfBytes

    The owner of the ruleset as an array of 32 bytes.

  • ruleSetName: string

    The name of the ruleset.

Generated using TypeDoc