@kiltprotocol/type-definitions
Advanced tools
Comparing version 0.1.9 to 0.1.10
@@ -6,2 +6,3 @@ import type { OverrideBundleDefinition, RegistryTypes } from "@polkadot/types/types"; | ||
export declare const types12: RegistryTypes; | ||
export declare const types17: RegistryTypes; | ||
export declare const typeBundleForPolkadot: OverrideBundleDefinition; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.typeBundleForPolkadot = exports.types12 = exports.types10 = exports.types9 = exports.types8 = void 0; | ||
exports.typeBundleForPolkadot = exports.types17 = exports.types12 = exports.types10 = exports.types9 = exports.types8 = void 0; | ||
exports.types8 = { | ||
@@ -488,2 +488,16 @@ AccountInfo: "AccountInfoWithDualRefCount", | ||
} }); | ||
exports.types17 = Object.assign(Object.assign({}, exports.types12), { | ||
// Delegation updated types | ||
DelegationNode: { | ||
hierarchyRootId: "DelegationNodeIdOf", | ||
parent: "Option<DelegationNodeIdOf>", | ||
children: "BTreeSet<DelegationNodeIdOf>", | ||
details: "DelegationDetails", | ||
}, DelegationDetails: { | ||
owner: "DelegatorIdOf", | ||
revoked: "bool", | ||
permissions: "Permissions", | ||
}, DelegationHierarchyDetails: { | ||
ctypeHash: "CtypeHashOf", | ||
} }); | ||
exports.typeBundleForPolkadot = { | ||
@@ -504,6 +518,10 @@ types: [ | ||
{ | ||
minmax: [12, undefined], | ||
minmax: [12, 16], | ||
types: exports.types12, | ||
}, | ||
{ | ||
minmax: [17, undefined], | ||
types: exports.types17, | ||
}, | ||
], | ||
}; |
@@ -22,3 +22,3 @@ { | ||
}, | ||
"version": "0.1.9" | ||
"version": "0.1.10" | ||
} |
16970
532