stargate: Export AminoConverter type

This commit is contained in:
willclarktech 2021-01-13 11:21:47 +00:00
parent 29cfdb5508
commit 7af4db111f
No known key found for this signature in database
GPG Key ID: 551A86E2E398ADF7
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
export * as codec from "./codec";
export { AminoTypes } from "./aminotypes";
export { AminoConverter, AminoTypes } from "./aminotypes";
export { parseRawLog } from "./logs";
export {
AuthExtension,

View File

@ -1,5 +1,5 @@
export * as codec from "./codec";
export { AminoTypes } from "./aminotypes";
export { AminoConverter, AminoTypes } from "./aminotypes";
export { parseRawLog } from "./logs";
export {
AuthExtension,