Module tx_version

Source
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§

WalletTxInfoV1
Legacy format (version 1) of a wallet transaction.

Enums§

VersionedWalletTransaction
A versioned representation of a wallet transaction.