Consensus Messages
Send a consensus message to hedera through your API with the option of using webhooks for waiting synchronously for finality.
Create new consensus message
Query Parameters
Name
Type
Description
Headers
Name
Type
Description
{
"data": {
"reference": "my reference",
"topic_id": "16091",
"transaction_id": "[email protected]",
"explorer_url": "https://ledger-testnet.hashlog.io/tx/[email protected]",
"consensus_timestamp": {
"seconds": 1598828466,
"nanos": 501124002
}
}Last updated