Typeberry by Fluffy Labs - v0.4.0
    Preparing search index...

    Type Alias LengthRange

    type LengthRange = {
        maxLength: number;
        minLength: number;
    }
    Index

    Properties

    Properties

    maxLength: number

    Inclusive value of maximal length of the sequence.

    minLength: number

    Inclusive value of minimal length of the sequence.