getChainDbStatus(db: ChainDb): Observable<StatusRpcResponse> {
        return this.rpcCall(db.address, "Status", []);
    }