Interface iGetStatusSuccessResponse<T>

interface iGetStatusSuccessResponse<T> {
    status: iStatusDoc<T>;
}

Type Parameters

Implemented by

Properties

Properties

status: iStatusDoc<T>

Status details about the indexer / blockchain.