@darwinia/types-known
Advanced tools
Comparing version 1.1.0-alpha.9 to 1.1.0-alpha.10
{ | ||
"name": "@darwinia/types-known", | ||
"version": "1.1.0-alpha.9", | ||
"version": "1.1.0-alpha.10", | ||
"description": "A JavaScript wrapper for the Polkadot JsonRPC interface", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -23,6 +23,17 @@ "use strict"; | ||
const versioned = [{ | ||
minmax: [0, undefined], | ||
minmax: [0, 22], | ||
types: _objectSpread({}, sharedTypes) | ||
}, { | ||
minmax: [23, undefined], | ||
types: _objectSpread(_objectSpread({}, sharedTypes), {}, { | ||
AccountInfo: 'AccountInfoWithTripleRefCount', | ||
AccountInfoWithTripleRefCount: { | ||
nonce: 'Index', | ||
consumers: 'RefCount', | ||
providers: 'RefCount', | ||
data: 'AccountData' | ||
} | ||
}) | ||
}]; | ||
var _default = versioned; | ||
exports.default = _default; |
37807
546