| 201 | } |
| 202 | |
| 203 | QString describe(interfaces::Node& node, interfaces::Wallet& wallet, TransactionRecord *rec, int unit) |
| 204 | { |
| 205 | return TransactionDesc::toHTML(node, wallet, rec, unit); |
| 206 | } |
| 207 | |
| 208 | QString getTxHex(interfaces::Wallet& wallet, TransactionRecord *rec) |
| 209 | { |