mirror of
https://github.com/cosmos/cosmjs.git
synced 2025-03-10 21:49:15 +00:00
Update packages/stargate/src/stargateclient.ts
This commit is contained in:
parent
cc2a10de2c
commit
fe6b70acd7
@ -108,7 +108,7 @@ export interface DeliverTxResponse {
|
|||||||
readonly height: number;
|
readonly height: number;
|
||||||
/** The position of the transaction within the block. This is a 0-based index. */
|
/** The position of the transaction within the block. This is a 0-based index. */
|
||||||
readonly txIndex: number;
|
readonly txIndex: number;
|
||||||
/** Error code. The transaction suceeded if code is 0. */
|
/** Error code. The transaction suceeded if and only if code is 0. */
|
||||||
readonly code: number;
|
readonly code: number;
|
||||||
readonly transactionHash: string;
|
readonly transactionHash: string;
|
||||||
readonly events: readonly Event[];
|
readonly events: readonly Event[];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user