Skip to content

Commit

Permalink
add code property on the BroadcastTxSuccess interface (cosmos#878)
Browse files Browse the repository at this point in the history
  • Loading branch information
fly33499 committed Sep 24, 2021
1 parent b227992 commit 8a28364
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/stargate/src/stargateclient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ export interface BroadcastTxFailure {

export interface BroadcastTxSuccess {
readonly height: number;
readonly code: number;
readonly transactionHash: string;
readonly rawLog?: string;
readonly data?: readonly MsgData[];
Expand Down

0 comments on commit 8a28364

Please sign in to comment.