Interface iGetStatusSuccessResponse<T>

interface iGetStatusSuccessResponse<T> {
    outOfSync?: boolean;
    status: iStatusDoc<T>;
}

Type Parameters

Implemented by

Properties

Properties

outOfSync?: boolean

If true, we are out of sync with the blockchain. If undefined, we did not check for out of sync.

status: iStatusDoc<T>

Status details about the indexer / blockchain.