proto-signing: Export omitDefaults and Registry from index

This commit is contained in:
willclarktech 2020-08-11 17:53:21 +02:00
parent c126307bfd
commit f53425d7ff
No known key found for this signature in database
GPG Key ID: 551A86E2E398ADF7
2 changed files with 4 additions and 0 deletions

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";

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";