FVyTransactionStatusDto
Properties
Hash
FString
The transaction hash
Confirmations
int
Refers to the number of blocks that have been added to the blockchain
BlockHash
FString
A unique identifier for a block within a blockchain
BlockNumber
int
Refers to the unique identifier assigned to each block in a blockchain
HasReachedFinality
bool
Indicates if the transaction was completed. Refers to the irreversibility of a confirmed transaction
Input
FString
The input data of the transaction
Last updated