stargate: Export AminoConverter type

This commit is contained in:
willclarktech
2021-01-13 16:03:34 +00:00
parent 29cfdb5508
commit 7af4db111f
2 changed files with 2 additions and 2 deletions
+1 -1
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,
+1 -1
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,