Files
specification/protocol/network/messages/tx.md
T
Andrew Groot ae2a746a71 Added remaining widely implemented messages.
Includes various style/consistency changes to various pages.
2020-09-23 16:58:50 -04:00

10 lines
276 B
Markdown

# Response: Transaction (“tx”)
Provides the contents of a transaction.
## Message Format
| Field | Length | Format | Description |
|--|--|--|--|
| transaction data | variable | [Transaction](/protocol/blockchain/transaction#format) | The full serialized transaction. |