forked from richard-ramos/solidity-diagram-gen
-
Notifications
You must be signed in to change notification settings - Fork 299
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
/ True #194
Comments
My wallet my balanca 0 |
|
GIgako19929
added a commit
to GIgako19929/sol2uml
that referenced
this issue
Jan 14, 2025
Fixes naddison36#194 Add wallet balance functionality to `src/contracts/Associations.sol`. * **State Variable** - Add `walletBalance` to store the wallet balance. * **Constructor** - Initialize `walletBalance` to 0. * **Event** - Add `WalletBalanceUpdated` event to emit when the wallet balance is updated. * **Functions** - Add `getWalletBalance` to return the wallet balance. - Add `updateWalletBalance` to update the wallet balance and emit `WalletBalanceUpdated` event. --- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/naddison36/sol2uml/issues/194?shareId=XXXX-XXXX-XXXX-XXXX).
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Originally posted by @MaxMilionDataIQ in #186 (comment)
The text was updated successfully, but these errors were encountered: