/** * `@ocap/client/legacy` ships the dual-encoding (protobuf) client. Same shape * as the main entry — the only difference is wire format. See `./node.d.ts` * for the full API surface. Use this entry only for back-compat against chain * nodes still on the legacy protobuf path or the e2e test matrix. */ import GraphQLClient = require('./node'); export = GraphQLClient;