@polkadot/types
Advanced tools
Comparing version 0.31.2 to 0.31.3
{ | ||
"name": "@polkadot/types", | ||
"version": "0.31.2", | ||
"version": "0.31.3", | ||
"description": "Implementation of the Parity codec", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -15,5 +15,5 @@ "use strict"; | ||
// of the ISC license. See the LICENSE file for details. | ||
// An increasing number that represents a specific proposal in the system | ||
// An increasing number that represents a specific public proposal index in the system | ||
class PropIndex extends _U.default {} | ||
exports.default = PropIndex; |
@@ -7,4 +7,4 @@ // Copyright 2017-2018 @polkadot/types authors & contributors | ||
// An increasing number that represents a specific proposal in the system | ||
// An increasing number that represents a specific public proposal index in the system | ||
export default class PropIndex extends U32 { | ||
} |
@@ -15,5 +15,5 @@ "use strict"; | ||
// of the ISC license. See the LICENSE file for details. | ||
// An increasing number that represents a specific proposal in the system | ||
// An increasing number that represents a specific council proposal index in the system | ||
class ProposalIndex extends _U.default {} | ||
exports.default = ProposalIndex; |
@@ -7,4 +7,4 @@ // Copyright 2017-2018 @polkadot/types authors & contributors | ||
// An increasing number that represents a specific proposal in the system | ||
// An increasing number that represents a specific council proposal index in the system | ||
export default class ProposalIndex extends U32 { | ||
} |
# @polkadot/types | ||
Implementation of the types and their (de-)serialisation via parity-codec. | ||
Implementation of the types and their (de-)serialisation via [parity-codec](https://github.com/paritytech/parity-codec). |
465112