Private Transaction Status Query
To query the status of private transaction submitted by to 48club rpc and builder.
Endpoint
Request Example
Reponse Example
Detailed Field Descriptions
status[string]
:INCLUDED the tx was included in block `includedBlock`
PENDING the tx is waiting to be included
FAILED the tx was not able to be included before deadline, it is dropped permanently
UNKNOWN This is a very rare scenario, typically triggered by a failed on block-watching node.
includedBlock[uint64]
only appear if status=INCLUDED
maxTimestamp[uint64]
unix time of inclusion deadline of the transaction
Last updated