Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions reference/rpc/getrawtransaction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ is in a block in the blockchain.

Hint: Use gettransaction for wallet transactions.

Note: A confirmed transaction *may* temporarily disappear, between leaving the mempool and entering
the txindex; these operations do not happen atomically.

If verbose is 'true', returns an Object with information about 'txid'.

If verbose is 'false' or omitted, returns a string that is serialized, hex-encoded data for 'txid'.
Expand Down