# Transaction body bytes
The transaction body bytes are the bytes of all the fields of a binary representation of a transaction with the exception of id
, signature
and proofs
fields.
Based on the transaction body bytes, the transaction ID and the transaction signature are generated.