stargate: Re-export makeCosmoshubPath helper

This commit is contained in:
willclarktech
2021-05-11 12:30:02 +02:00
parent 857b393eb4
commit 717d249a40
+1 -1
View File
@@ -1,5 +1,5 @@
export { StdFee } from "@cosmjs/amino";
export { Coin, coin, coins, parseCoins } from "@cosmjs/proto-signing";
export { Coin, coin, coins, makeCosmoshubPath, parseCoins } from "@cosmjs/proto-signing";
export { Account, accountFromAny } from "./accounts";
export {