@darwinia/types
Advanced tools
Comparing version 2.8.3 to 2.8.4
@@ -57,4 +57,4 @@ "use strict"; | ||
ExposureT: { | ||
ownRingBalance: 'Balance', | ||
ownKtonBalance: 'Balance', | ||
ownRingBalance: 'Compact<Balance>', | ||
ownKtonBalance: 'Compact<Balance>', | ||
ownPower: 'Power', | ||
@@ -67,4 +67,4 @@ totalPower: 'Power', | ||
who: 'AccountId', | ||
ringBalance: 'Balance', | ||
ktonBalance: 'Balance', | ||
ringBalance: 'Compact<Balance>', | ||
ktonBalance: 'Compact<Balance>', | ||
power: 'Power' | ||
@@ -185,3 +185,9 @@ }, | ||
}, | ||
EthereumAddress: 'GenericEthereumAccountId' | ||
EthereumAddress: 'GenericEthereumAccountId', | ||
RedeemFor: { | ||
_enum: { | ||
Token: null, | ||
Deposit: null | ||
} | ||
} | ||
}, | ||
@@ -188,0 +194,0 @@ rpc: {} |
{ | ||
"name": "@darwinia/types", | ||
"version": "2.8.3", | ||
"version": "2.8.4", | ||
"description": "Implementation of the Parity codec", | ||
@@ -26,3 +26,3 @@ "main": "index.js", | ||
"@babel/runtime": "^7.17.9", | ||
"@darwinia/types-known": "^2.8.3", | ||
"@darwinia/types-known": "^2.8.4", | ||
"@polkadot/keyring": "^9.0.1", | ||
@@ -29,0 +29,0 @@ "@polkadot/types-augment": "^8.1.2-1", |
82380
2170