stargate: Re-export makeCosmoshubPath helper

This commit is contained in:
willclarktech 2021-05-11 12:30:02 +02:00
parent 857b393eb4
commit 717d249a40
No known key found for this signature in database
GPG Key ID: 551A86E2E398ADF7

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 {