FVyTransactionInfoDto
Transaction information
Properties
Field | Type | Description |
---|---|---|
hash | FString | Transaction hash |
status | Transaction status | |
confirmations | int | Number of confirmations |
blockHash | FString | Block hash |
blockNumber | int | Block number |
hasReachedFinality | bool | Indicates if the transaction has reached finality |
chain | The blockchain on which the transaction occurred |
Last updated