UNPKG

@cheqd/sdk

Version:

A TypeScript SDK built with CosmJS to interact with the cheqd network ledger

13 lines 631 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CheqdRegistry = void 0; exports.createDefaultCheqdRegistry = createDefaultCheqdRegistry; const proto_signing_cjs_1 = require("@cosmjs/proto-signing-cjs"); const stargate_cjs_1 = require("@cosmjs/stargate-cjs"); function createDefaultCheqdRegistry(customTypes) { if (!customTypes) customTypes = []; return new proto_signing_cjs_1.Registry([...stargate_cjs_1.defaultRegistryTypes, ...customTypes]); } exports.CheqdRegistry = new proto_signing_cjs_1.Registry(stargate_cjs_1.defaultRegistryTypes); //# sourceMappingURL=registry.js.map