Readonly
nodeReadonly
transactiongetRecord is calling getReceipt and in case the receipt status code is not OK, only the receipt is returned.
getVerboseRecord is calling getReceipt and in case the receipt status code is not OK, the record is returned.
Static
from
When the client sends the node a transaction of any kind, the node replies with this, which simply says that the transaction passed the pre-check (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).
See Hedera Documentation