Raptor3um / raptoreum

MIT License
317 stars 134 forks source link

[Assets] unique assets, consensus, qt send asset #283

Closed nandofw closed 1 year ago

nandofw commented 1 year ago

[QT]

Send asset: image Send unique asset: image Asset control: image

nandofw commented 1 year ago

In assets.h, CAssetOutputEntry is a struct (probably should be a class) and forward defined. The definition is in wallet/wallet.h - is this a problem when we split out the wallets from core?

Good point, CAssetOutputEntry is only used by the wallet so the compiler should handle it. well if there is any issue the GetAssetData function can be moved to wallet/wallet.h