Skip to main content

SentTxEvent

typestringrequired

Possible values: [TX_SENT]

event objectrequired
txUUIDstringrequired

UUTransaction ID

txHashstringrequired

Transaction hash

Possible values: Value must match regular expression ^0x[0-9a-fA-F]{64}$

SentTxEvent
{
"type": "TX_SENT",
"event": {
"txUUID": "string",
"txHash": "string"
}
}