Documentation
    Preparing search index...

    Type Alias EpochPage

    type EpochPage = {
        data: EpochInfo[];
        hasNextPage: boolean;
        nextCursor: string | null;
    }
    Index

    Properties

    data: EpochInfo[]
    hasNextPage: boolean
    nextCursor: string | null