@chainx/extrinsics
Advanced tools
Comparing version 2.21.0-y.2 to 2.21.0-y.3
"use strict"; | ||
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault"); | ||
Object.defineProperty(exports, "__esModule", { | ||
@@ -14,8 +12,6 @@ value: true | ||
var _logger = _interopRequireDefault(require("@chainx/util/logger")); | ||
// Copyright 2017-2019 @polkadot/extrinsics authors & contributors | ||
// This software may be modified and distributed under the terms | ||
// of the Apache-2.0 license. See the LICENSE file for details. | ||
var l = (0, _logger["default"])('chainx'); | ||
/** | ||
@@ -30,3 +26,2 @@ * From the metadata of a function in the module's storage, generate the function | ||
*/ | ||
function createDescriptor(section, sectionIndex, methodIndex, callMetadata) { | ||
@@ -33,0 +28,0 @@ var callIndex = new Uint8Array([sectionIndex, methodIndex]); |
{ | ||
"name": "@chainx/extrinsics", | ||
"version": "2.21.0-y.2", | ||
"version": "2.21.0-y.3", | ||
"main": "index.js", | ||
"license": "MIT", | ||
"dependencies": { | ||
"@chainx/keyring": "^2.21.0-alpha.0", | ||
"@chainx/types": "^2.21.0-y.1", | ||
"@chainx/util": "^2.20.2" | ||
"@chainx/keyring": "^2.21.0-y.3", | ||
"@chainx/types": "^2.21.0-y.3", | ||
"@chainx/util": "^2.21.0-y.3" | ||
}, | ||
"gitHead": "7bc181ffe911bce83f75ca2b15fdce35f4a5926f" | ||
"gitHead": "1951bdf732fda223e6319891c9e9f99e84d801be" | ||
} |
4336
92
Updated@chainx/keyring@^2.21.0-y.3
Updated@chainx/types@^2.21.0-y.3
Updated@chainx/util@^2.21.0-y.3