amino: Export signature functions/type

This commit is contained in:
willclarktech 2021-03-23 17:41:46 +01:00
parent a75b299ec5
commit 3a5877452e
No known key found for this signature in database
GPG Key ID: 551A86E2E398ADF7

View File

@ -19,3 +19,4 @@ export {
pubkeyType,
} from "./pubkeys";
export { createMultisigThresholdPubkey } from "./multisig";
export { decodeSignature, encodeSecp256k1Signature, StdSignature } from "./signature";