You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
wallets functions are coupled with DefiWalletCoreActor -> Decouple them, and turn wallet as wallet component, so that wallet can attach to any actor instead of only DefiWalletCoreActor and/or its dependents.
All wallets depends on a private pointer: _coreWallet on the actor. -> We could change to object oriented design.
Most of wallet functions are not exposed -> bind more wallet functions from play-cpp-sdk to unreal.
The text was updated successfully, but these errors were encountered:
damoncro
changed the title
Problem: Disorganised wallet features
Problem: Disorganised wallet feature
Oct 20, 2022
Few things,
_coreWallet
on the actor. -> We could change to object oriented design.The text was updated successfully, but these errors were encountered: