amino: Export signature functions/type

This commit is contained in:
willclarktech
2021-03-23 17:41:46 +01:00
parent a75b299ec5
commit 3a5877452e
+1
View File
@@ -19,3 +19,4 @@ export {
pubkeyType,
} from "./pubkeys";
export { createMultisigThresholdPubkey } from "./multisig";
export { decodeSignature, encodeSecp256k1Signature, StdSignature } from "./signature";