proto-signing: Export omitDefaults and Registry from index

This commit is contained in:
willclarktech
2020-08-12 11:31:11 +02:00
parent c126307bfd
commit f53425d7ff
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -1,3 +1,5 @@
export { omitDefaults } from "./adr27";
export { decodeAny } from "./any";
export { Coin } from "./msgs";
export { cosmosField } from "./decorator";
export { Registry } from "./registry";
+2
View File
@@ -1,3 +1,5 @@
export { omitDefaults } from "./adr27";
export { decodeAny } from "./any";
export { Coin } from "./msgs";
export { cosmosField } from "./decorator";
export { Registry } from "./registry";