@cosmjs/stargate
Advanced tools
Comparing version 0.24.0-alpha.4 to 0.24.0-alpha.5
"use strict"; | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); | ||
}) : (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
o[k2] = m[k]; | ||
})); | ||
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) { | ||
Object.defineProperty(o, "default", { enumerable: true, value: v }); | ||
}) : function(o, v) { | ||
o["default"] = v; | ||
}); | ||
var __importStar = (this && this.__importStar) || function (mod) { | ||
if (mod && mod.__esModule) return mod; | ||
var result = {}; | ||
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); | ||
__setModuleDefault(result, mod); | ||
return result; | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.SigningStargateClient = exports.StargateClient = exports.assertIsBroadcastTxSuccess = exports.setupIbcExtension = exports.setupBankExtension = exports.setupAuthExtension = exports.QueryClient = void 0; | ||
exports.codec = exports.SigningStargateClient = exports.StargateClient = exports.assertIsBroadcastTxSuccess = exports.setupIbcExtension = exports.setupBankExtension = exports.setupAuthExtension = exports.QueryClient = void 0; | ||
const codecImport = __importStar(require("./codec")); | ||
var queries_1 = require("./queries"); | ||
@@ -14,2 +34,4 @@ Object.defineProperty(exports, "QueryClient", { enumerable: true, get: function () { return queries_1.QueryClient; } }); | ||
Object.defineProperty(exports, "SigningStargateClient", { enumerable: true, get: function () { return signingstargateclient_1.SigningStargateClient; } }); | ||
/** This codec is derived from the Cosmos SDK protocol buffer definitions and can change at any time. */ | ||
exports.codec = codecImport; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@cosmjs/stargate", | ||
"version": "0.24.0-alpha.4", | ||
"version": "0.24.0-alpha.5", | ||
"description": "Utilities for Cosmos SDK 0.40", | ||
@@ -51,13 +51,13 @@ "contributors": [ | ||
"@confio/ics23": "^0.6.3", | ||
"@cosmjs/encoding": "^0.24.0-alpha.4", | ||
"@cosmjs/launchpad": "^0.24.0-alpha.4", | ||
"@cosmjs/math": "^0.24.0-alpha.4", | ||
"@cosmjs/proto-signing": "^0.24.0-alpha.4", | ||
"@cosmjs/stream": "^0.24.0-alpha.4", | ||
"@cosmjs/tendermint-rpc": "^0.24.0-alpha.4", | ||
"@cosmjs/utils": "^0.24.0-alpha.4", | ||
"@cosmjs/encoding": "^0.24.0-alpha.5", | ||
"@cosmjs/launchpad": "^0.24.0-alpha.5", | ||
"@cosmjs/math": "^0.24.0-alpha.5", | ||
"@cosmjs/proto-signing": "^0.24.0-alpha.5", | ||
"@cosmjs/stream": "^0.24.0-alpha.5", | ||
"@cosmjs/tendermint-rpc": "^0.24.0-alpha.5", | ||
"@cosmjs/utils": "^0.24.0-alpha.5", | ||
"long": "^4.0.0", | ||
"protobufjs": "~6.10.0" | ||
}, | ||
"gitHead": "cd18f8ba9f897ff2c2a35f6d0ace4a48766ef2a5" | ||
"gitHead": "d9b8110999a27a69652d5a95515d0341db536813" | ||
} |
@@ -0,1 +1,2 @@ | ||
import * as codecImport from "./codec"; | ||
export { | ||
@@ -12,1 +13,3 @@ AuthExtension, | ||
export { SigningStargateClient } from "./signingstargateclient"; | ||
/** This codec is derived from the Cosmos SDK protocol buffer definitions and can change at any time. */ | ||
export declare const codec: typeof codecImport; |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1043267
23143