@polkadot/params
Advanced tools
Comparing version 0.13.8 to 0.13.9
@@ -20,3 +20,6 @@ 'use strict'; | ||
switch (type) { | ||
// TODO Pass back the actual address, not publicKey? | ||
case 'AccountId': | ||
return u8a(decode, input, 256); | ||
case 'Hash': | ||
@@ -23,0 +26,0 @@ return u8a(decode, input, 256); |
{ | ||
"name": "@polkadot/params", | ||
"version": "0.13.8", | ||
"version": "0.13.9", | ||
"description": "Type defintions for parameters as passed in calls", | ||
@@ -32,5 +32,5 @@ "main": "index.js", | ||
"dependencies": { | ||
"@polkadot/extrinsics": "^0.13.8", | ||
"@polkadot/extrinsics-substrate": "^0.13.8", | ||
"@polkadot/primitives": "^0.13.8", | ||
"@polkadot/extrinsics": "^0.13.9", | ||
"@polkadot/extrinsics-substrate": "^0.13.9", | ||
"@polkadot/primitives": "^0.13.9", | ||
"@polkadot/util": "^0.19.6", | ||
@@ -37,0 +37,0 @@ "babel-runtime": "^6.26.0" |
Sorry, the diff of this file is not supported yet
28942
308