Keeta LogoKeeta Logo@keetanetwork/keetanet-client
    Preparing search index...

    Interface NumericValidationRule

    interface NumericValidationRule {
        maxValue: bigint;
        minValue: bigint;
    }
    Index

    Properties

    Properties

    maxValue: bigint
    minValue: bigint