Interface GetStatusPayload

interface GetStatusPayload {
    withOutOfSyncCheck?: boolean;
}

Properties

withOutOfSyncCheck?: boolean

If true, we will check if the indexer is out of sync with the blockchain.