@kiltprotocol/type-definitions
Advanced tools
Comparing version 0.1.7 to 0.1.8
@@ -5,2 +5,3 @@ import type { OverrideBundleDefinition, RegistryTypes } from "@polkadot/types/types"; | ||
export declare const types10: RegistryTypes; | ||
export declare const types12: RegistryTypes; | ||
export declare const typeBundleForPolkadot: OverrideBundleDefinition; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.typeBundleForPolkadot = exports.types10 = exports.types9 = exports.types8 = void 0; | ||
exports.typeBundleForPolkadot = exports.types12 = exports.types10 = exports.types9 = exports.types8 = void 0; | ||
exports.types8 = { | ||
@@ -144,8 +144,3 @@ AccountInfo: "AccountInfoWithDualRefCount", | ||
DidVerificationKeyRelationship: { | ||
_enum: [ | ||
"Authentication", | ||
"CapabilityDelegation", | ||
"CapabilityInvocation", | ||
"AssertionMethod", | ||
], | ||
_enum: ["Authentication", "CapabilityDelegation", "CapabilityInvocation", "AssertionMethod"], | ||
}, | ||
@@ -316,8 +311,3 @@ DidSignature: { | ||
DidVerificationKeyRelationship: { | ||
_enum: [ | ||
"Authentication", | ||
"CapabilityDelegation", | ||
"CapabilityInvocation", | ||
"AssertionMethod", | ||
], | ||
_enum: ["Authentication", "CapabilityDelegation", "CapabilityInvocation", "AssertionMethod"], | ||
}, | ||
@@ -457,6 +447,5 @@ DidSignature: { | ||
}, | ||
CollatorSnapshot: { | ||
stake: "Balance", | ||
delegators: "Vec<Stake>", | ||
total: "Balance", | ||
DelegationCounter: { | ||
round: "SessionIndex", | ||
counter: "u32", | ||
}, | ||
@@ -477,2 +466,6 @@ Collator: { | ||
}; | ||
exports.types12 = Object.assign(Object.assign({}, exports.types10), { DelegationCounter: { | ||
round: "SessionIndex", | ||
counter: "u32", | ||
} }); | ||
exports.typeBundleForPolkadot = { | ||
@@ -489,6 +482,10 @@ types: [ | ||
{ | ||
minmax: [10, undefined], | ||
minmax: [10, 11], | ||
types: exports.types10, | ||
}, | ||
{ | ||
minmax: [12, undefined], | ||
types: exports.types12, | ||
}, | ||
], | ||
}; |
@@ -22,3 +22,3 @@ { | ||
}, | ||
"version": "0.1.7" | ||
"version": "0.1.8" | ||
} |
15709
492