Interface iIndexerStatus

interface iIndexerStatus {
    status: iStatusDoc<bigint>;
}

Properties

Properties

status: iStatusDoc<bigint>