A container class to hold a transaction and a proof. It implements CryptoHashable which is used to create
the signing message for Keyless transactions. We sign over the proof to ensure non-malleability.
Converts the BCS-serialized bytes of a value into a Hex instance.
This function provides a Hex representation of the BCS-serialized data for easier handling and manipulation.
A container class to hold a transaction and a proof. It implements CryptoHashable which is used to create the signing message for Keyless transactions. We sign over the proof to ensure non-malleability.