pub fn encode_transaction_raw(
tx: Transaction,
) -> Result<Vec<u8>, AlgoKitTransactError>
Expand description
Encode the transaction without the domain separation (e.g. “TX”) prefix This is useful for encoding the transaction for signing with tools that automatically add “TX” prefix to the transaction bytes.