@lightprotocol/stateless.js - v0.22.1-alpha.1
    Preparing search index...

    Type Alias NonInclusionJsonStruct

    type NonInclusionJsonStruct = {
        root: string;
        value: string;
        pathIndex: number;
        pathElements: string[];
        leafLowerRangeValue: string;
        leafHigherRangeValue: string;
        nextIndex: number;
    }
    Index

    Properties

    root: string
    value: string
    pathIndex: number
    pathElements: string[]
    leafLowerRangeValue: string
    leafHigherRangeValue: string
    nextIndex: number