cardano-cli transaction build-raw \
--tx-in TX-IN The input transaction as TxId#TxIx where TxId is the
transaction hash and TxIx is the index.
--tx-out TX-OUT The ouput transaction as Address+Lovelace where
Address is the Bech32-encoded address followed by the
--ttl SLOT Time to live (in slots).
--fee LOVELACE The fee amount in Lovelace.
--certificate-file FILE Filepath of the certificate. This encompasses all
types of certificates (stake pool certificates, stake
--withdrawal WITHDRAWAL The reward withdrawal as StakeAddress+Lovelace where
StakeAddress is the Bech32-encoded stake address
followed by the amount in Lovelace.
--metadata-json-file FILE
Filepath of the metadata file, in JSON format.
--metadata-cbor-file FILE
Filepath of the metadata, in raw CBOR format.
--update-proposal-file FILE
Filepath of the update proposal.
--out-file FILE Output filepath of the TxBody.