UNPKG

interchainjs

Version:

InterchainJS is a JavaScript library for interacting with Cosmos SDK based blockchains.

9 lines (8 loc) 759 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ScalarDescriptor = exports.CosmosProtoInterfaceDescriptor = exports.ScalarTypeAmino = exports.ScalarType = void 0; var cosmos_1 = require("./cosmos"); Object.defineProperty(exports, "ScalarType", { enumerable: true, get: function () { return cosmos_1.ScalarType; } }); Object.defineProperty(exports, "ScalarTypeAmino", { enumerable: true, get: function () { return cosmos_1.ScalarTypeAmino; } }); Object.defineProperty(exports, "CosmosProtoInterfaceDescriptor", { enumerable: true, get: function () { return cosmos_1.InterfaceDescriptor; } }); Object.defineProperty(exports, "ScalarDescriptor", { enumerable: true, get: function () { return cosmos_1.ScalarDescriptor; } });