stargate: Export isBroadcastTxSuccess

This commit is contained in:
willclarktech 2020-12-11 15:44:33 +00:00
parent ca78c174f0
commit 3ce57d32a6
No known key found for this signature in database
GPG Key ID: 551A86E2E398ADF7
2 changed files with 2 additions and 0 deletions

View File

@ -20,6 +20,7 @@ export {
coinFromProto,
IndexedTx,
isBroadcastTxFailure,
isBroadcastTxSuccess,
SequenceResponse,
StargateClient,
} from "./stargateclient";

View File

@ -20,6 +20,7 @@ export {
coinFromProto,
IndexedTx,
isBroadcastTxFailure,
isBroadcastTxSuccess,
SequenceResponse,
StargateClient,
} from "./stargateclient";