getChainDbTableNames(db: ChainDb): Observable<ListTablesRpcResponse> {
        return this.rpcCall(db.address, "ListTables", []);
    }