Add comment on IndexedTx.hash
This commit is contained in:
parent
27f27d31e3
commit
23f88564e5
@ -105,6 +105,7 @@ export interface ContractDetails extends Contract {
|
||||
/** A transaction that is indexed as part of the transaction history */
|
||||
export interface IndexedTx {
|
||||
readonly height: number;
|
||||
/** Transaction hash (might be used as transaction ID). Guaranteed to be non-empty upper-case hex */
|
||||
readonly hash: string;
|
||||
readonly rawLog: string;
|
||||
readonly logs: readonly Log[];
|
||||
|
||||
1
packages/sdk/types/cosmwasmclient.d.ts
vendored
1
packages/sdk/types/cosmwasmclient.d.ts
vendored
@ -74,6 +74,7 @@ export interface ContractDetails extends Contract {
|
||||
/** A transaction that is indexed as part of the transaction history */
|
||||
export interface IndexedTx {
|
||||
readonly height: number;
|
||||
/** Transaction hash (might be used as transaction ID). Guaranteed to be non-empty upper-case hex */
|
||||
readonly hash: string;
|
||||
readonly rawLog: string;
|
||||
readonly logs: readonly Log[];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user