Hedera
Search
⌃K
Welcome to Hedera — let’s build the future
Getting Started
Tutorials
Networks
Core Concepts
Open Source Solutions
SDKs & APIs
SDKs
REST API
Hedera Consensus Service gRPC API
Hedera APIs
Basic Types
Cryptocurrency Accounts
Consensus Service
Schedule Service
Token Service
File Service
Smart Contracts
Miscellaneous
Duration
ExchangeRate
Freeze
FreezeType
GetByKey
GetBySolidityID
NetworkGetVersionInfo
NetworkService
Query
QueryHeader
Response
ResponseCode
ResponseHeader
SystemDelete
SystemUndelete
TimeStamp
Transaction
TransactionBody
TransactionContents
TransactionGetFastRecord
TransactionGetReceipt
TransactionGetRecord
TransactionReceipt
TransactionRecord
TransactionResponse
UncheckedSubmit
Deprecated
Support & Community
Powered By GitBook

TransactionResponse

When the client sends the node a transaction of any kind, the node replies with this, which simply says that the transaction passed the precheck (so the node will submit it to the network) or it failed (so it won't). To learn the consensus result, the client should later obtain a receipt (free), or can buy a more detailed record (not free).
Field
Type
Description
nodeId
​AccountId​
The node ID.
transactionHash
byte
The transaction hash.
transactionId
​TransactionId​
The transaction ID.
Previous
TransactionRecord
Next
UncheckedSubmit
Last modified 1mo ago