Add comment on IndexedTx.hash
This commit is contained in:
@@ -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
@@ -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[];
|
||||
|
||||
Reference in New Issue
Block a user