solapi
    Preparing search index...
    type GetBlockGroupsResponse = {
        blockGroups: BlockGroup[];
        limit: number;
        nextKey: string | null | undefined;
        startKey: string | null | undefined;
    }
    Index

    Properties

    blockGroups: BlockGroup[]
    limit: number
    nextKey: string | null | undefined
    startKey: string | null | undefined