interface IWeb3Index {
    exist: boolean;
    indexValue: string;
    totalUnitsApproved: string;
    totalUnitsPending: string;
}

Properties

exist: boolean
indexValue: string
totalUnitsApproved: string
totalUnitsPending: string

Generated using TypeDoc