TransactionProgress
Usage
Demonstration
Props
transactionHash
transactionHash
Type:
String
Hash of transaction which will be opened on Etherscan.
progress
progress
Type:
number
Progress of transaction.
endTime
endTime
Type:
Date
object
Estimated end time of transaction.
slow
slow
Type:
Bool
Default:
false
Set to true to inform the user that a transaction is taking longer than expected.
handleClose
handleClose
Type:
Function
Provide a function that handles closing of the component.
Last updated