@kiltprotocol/type-definitions
Advanced tools
Comparing version 0.1.10 to 0.1.11
@@ -479,3 +479,3 @@ "use strict"; | ||
Sr25519: "[u8; 32]", | ||
Ecdsa: "[u8; 33]", | ||
EcdsaSecp256k1: "[u8; 33]", | ||
}, | ||
@@ -486,3 +486,3 @@ }, DidSignature: { | ||
Sr25519: "Sr25519Signature", | ||
Ecdsa: "EcdsaSignature", | ||
EcdsaSecp256k1: "EcdsaSignature", | ||
}, | ||
@@ -489,0 +489,0 @@ } }); |
@@ -22,3 +22,3 @@ { | ||
}, | ||
"version": "0.1.10" | ||
"version": "0.1.11" | ||
} |
16988