pub fn get_transaction_id_raw(
tx: Transaction,
) -> Result<Vec<u8>, AlgoKitTransactError>
Expand description
Get the raw 32-byte transaction ID for a transaction.
pub fn get_transaction_id_raw(
tx: Transaction,
) -> Result<Vec<u8>, AlgoKitTransactError>
Get the raw 32-byte transaction ID for a transaction.