MinedTxEvent
typestringrequired
Possible values: [TX_MINED]
event objectrequired
txUUIDstringrequired
UUTransaction ID
txHashstringrequired
Transaction hash
Possible values: Value must match regular expression ^0x[0-9a-fA-F]{64}$
MinedTxEvent
{
"type": "TX_MINED",
"event": {
"txUUID": "string",
"txHash": "string"
}
}