@polkadot/primitives
Advanced tools
Comparing version 0.26.35 to 0.26.36
{ | ||
"name": "@polkadot/primitives", | ||
"version": "0.26.35", | ||
"version": "0.26.36", | ||
"description": "Type defintions for the Polkadot network", | ||
@@ -37,4 +37,4 @@ "main": "index.js", | ||
"@babel/runtime": "^7.0.0-beta.51", | ||
"@polkadot/trie-hash": "^0.26.35", | ||
"@polkadot/util": "^0.26.35" | ||
"@polkadot/trie-hash": "^0.26.36", | ||
"@polkadot/util": "^0.26.36" | ||
}, | ||
@@ -41,0 +41,0 @@ "devDependencies": { |
export declare type SizeType = 32 | 64 | 128; | ||
declare const _default: { | ||
AccountIndex: 32; | ||
Balance: 128; | ||
BlockNumber: 64; | ||
Index: 32; | ||
}; | ||
export default _default; |
@@ -12,8 +12,8 @@ "use strict"; | ||
const BlockNumber = 64; | ||
const Index = 32; | ||
const AccountIndex = 32; | ||
var _default = { | ||
AccountIndex, | ||
Balance, | ||
BlockNumber, | ||
Index | ||
BlockNumber | ||
}; | ||
exports.default = _default; |
@@ -9,8 +9,8 @@ // Copyright 2017-2018 @polkadot/primitives authors & contributors | ||
const BlockNumber: SizeType = 64; | ||
const Index: SizeType = 32; | ||
const AccountIndex: SizeType = 32; | ||
export default { | ||
AccountIndex, | ||
Balance, | ||
BlockNumber, | ||
Index | ||
BlockNumber | ||
}; |
103867
Updated@polkadot/trie-hash@^0.26.36
Updated@polkadot/util@^0.26.36