@equilab/definitions
Advanced tools
Comparing version 1.1.2 to 1.2.0
{ | ||
"instances": { | ||
"balances": ["Usd", "Eq", "Eth", "Btc", "Eos", "Dot", "Crv"] | ||
"balances": ["Usd", "Eq", "Eth", "Btc", "Eos", "Dot", "Crv", "Gens"] | ||
}, | ||
"types": { | ||
"AccountInfo": { | ||
"nonce": "Index", | ||
"consumers": "RefCount", | ||
"providers": "RefCount" | ||
"AccountData": { | ||
"free": "Balance" | ||
}, | ||
"Address": "AccountId", | ||
"Address": "MultiAddress", | ||
"Asset": { | ||
@@ -41,3 +39,6 @@ "0": "AssetIdInnerType" | ||
}, | ||
"BlockNumber": "u64", | ||
"BlockLength": { | ||
"max": "PerDispatchClass" | ||
}, | ||
"BlockNumber": "u32", | ||
"CapVec": { | ||
@@ -49,5 +50,2 @@ "head_index": "u32", | ||
"ChainId": "u8", | ||
"Currency": { | ||
"_enum": ["Unknown", "Usd", "Eq", "Eth", "Btc", "Eos", "Dot", "Crv"] | ||
}, | ||
"DataPoint": { | ||
@@ -77,3 +75,3 @@ "price": "u64", | ||
"FixedU128": "u128", | ||
"Inner": "Data", | ||
"Inner": "DebtWeightType", | ||
"Keys": "SessionKeys3", | ||
@@ -98,2 +96,7 @@ "LookupSource": "AccountId", | ||
}, | ||
"PerDispatchClass": { | ||
"normal": "u32", | ||
"operational": "u32", | ||
"mandatory": "u32" | ||
}, | ||
"PortfolioMetrics": { | ||
@@ -158,8 +161,7 @@ "period_start": "Duration", | ||
"TreasuryBuyEq", | ||
"Subaccount", | ||
"Lock" | ||
"Subaccount" | ||
] | ||
}, | ||
"UserGroup": { | ||
"_enum": ["Unknown", "Balances", "Bailsmen", "Borrowers", "Lenders"] | ||
"_enum": ["UNKNOWN", "Balances", "Bailsmen", "Borrowers", "Lenders"] | ||
}, | ||
@@ -166,0 +168,0 @@ "VestingInfo": { |
{ | ||
"name": "@equilab/definitions", | ||
"version": "1.1.2", | ||
"version": "1.2.0", | ||
"description": "Substrate types used in Equilibrium parachain.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
9733
317