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
Before Virtual Grants we had balance, grants, etc in WalletProperties so name made sense. Now that grants and balance are decoupled this name doesn't make any sense. We should rename it to something like ServerProperties, because we will be getting default values and other general info from the server that we can then use in the UI.
Second thing that we should do is remove observer OnWalletProperties (just use callback). It doesn't make any sense to have is as we should only return value to the caller.
The text was updated successfully, but these errors were encountered:
Before Virtual Grants we had balance, grants, etc in
WalletProperties
so name made sense. Now that grants and balance are decoupled this name doesn't make any sense. We should rename it to something likeServerProperties
, because we will be getting default values and other general info from the server that we can then use in the UI.Second thing that we should do is remove observer
OnWalletProperties
(just use callback). It doesn't make any sense to have is as we should only return value to the caller.The text was updated successfully, but these errors were encountered: