Expand description
Versioned wallet transactions
Defines an enum to represent different versions of wallet transaction data, along with conversion logic between versions and accessors for common fields.
This abstraction allows seamless support for legacy and new transaction formats in the wallet module.
Structs§
- Wallet
TxInfo V1 - Legacy format (version 1) of a wallet transaction.
Enums§
- Versioned
Wallet Transaction - A versioned representation of a wallet transaction.