@evefrontier/dapp-kit - v0.0.1
    Preparing search index...

    Interface PageInfo

    interface PageInfo {
        hasNextPage: boolean;
        endCursor: string | null;
    }
    Index

    Properties

    hasNextPage: boolean
    endCursor: string | null