stargate: Export AminoConverter type
This commit is contained in:
parent
29cfdb5508
commit
7af4db111f
@ -1,5 +1,5 @@
|
||||
export * as codec from "./codec";
|
||||
export { AminoTypes } from "./aminotypes";
|
||||
export { AminoConverter, AminoTypes } from "./aminotypes";
|
||||
export { parseRawLog } from "./logs";
|
||||
export {
|
||||
AuthExtension,
|
||||
|
||||
2
packages/stargate/types/index.d.ts
vendored
2
packages/stargate/types/index.d.ts
vendored
@ -1,5 +1,5 @@
|
||||
export * as codec from "./codec";
|
||||
export { AminoTypes } from "./aminotypes";
|
||||
export { AminoConverter, AminoTypes } from "./aminotypes";
|
||||
export { parseRawLog } from "./logs";
|
||||
export {
|
||||
AuthExtension,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user