mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-07 11:37:25 -04:00
TransactionInfo: add transfers() and destinations_formatted()
This commit is contained in:
@@ -33,7 +33,9 @@ public:
|
||||
// extra roles for date and time (as UI wants date and time separately)
|
||||
TransactionDateRole,
|
||||
TransactionTimeRole,
|
||||
TransactionAtomicAmountRole
|
||||
TransactionAtomicAmountRole,
|
||||
// only for outgoing
|
||||
TransactionDestinationsRole
|
||||
};
|
||||
Q_ENUM(TransactionInfoRole)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user