@kiltprotocol/type-definitions
Advanced tools
Comparing version 0.1.6 to 0.1.7
@@ -263,7 +263,7 @@ "use strict"; | ||
// Ctypes | ||
CtypeCreatorOf: "DidIdentifierOf", | ||
CtypeCreatorOf: "AccountId", | ||
CtypeHashOf: "Hash", | ||
ClaimHashOf: "Hash", | ||
// Attestations | ||
AttesterOf: "DidIdentifierOf", | ||
AttesterOf: "AccountId", | ||
AttestationDetails: { | ||
@@ -278,4 +278,4 @@ ctypeHash: "CtypeHashOf", | ||
DelegationNodeIdOf: "Hash", | ||
DelegatorIdOf: "DidIdentifierOf", | ||
DelegationSignature: "DidSignature", | ||
DelegatorIdOf: "AccountId", | ||
DelegateSignatureTypeOf: "Vec<u8>", | ||
DelegationRoot: { | ||
@@ -282,0 +282,0 @@ ctypeHash: "CtypeHashOf", |
@@ -22,3 +22,3 @@ { | ||
}, | ||
"version": "0.1.6" | ||
"version": "0.1.7" | ||
} |
15551