| 236 | } |
| 237 | |
| 238 | QString describe(interfaces::Node& node, interfaces::Wallet& wallet, TransactionRecord *rec, int unit) |
| 239 | { |
| 240 | return TransactionDesc::toHTML(node, wallet, rec, unit); |
| 241 | } |
| 242 | |
| 243 | QString getTxHex(interfaces::Wallet& wallet, TransactionRecord *rec) |
| 244 | { |