Skip to main content

SendTransactionReply

hashstring

The transaction hash if successful.

statusstring

The status of the transaction.

successbooleanrequired

Whether the transaction was sent to the network.

errorobject

Error details if the transaction failed.

SendTransactionReply
{
"hash": "string",
"status": "string",
"success": true,
"error": {}
}