VyTransactionInfoDto
This class represents transaction information for a Vy blockchain transaction.
Properties
Field | Type | Description |
---|---|---|
hash | string | The hash of the transaction. |
status | The status of the transaction. | |
confirmations | int | The number of confirmations for the transaction. |
blockHash | string | The hash of the block containing the transaction. |
blockNumber | int | The number of the block containing the transaction. |
hasReachedFinality | bool | Indicates whether the transaction has reached finality. |
chain | The chain on which the transaction was made. |
Last updated