Skip to content
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

Implement a basic TransferTransaction for simple HBAR transfers only #15

Closed
2 tasks done
Tracked by #4 ...
rbair23 opened this issue Oct 13, 2022 · 0 comments · Fixed by #55
Closed
2 tasks done
Tracked by #4 ...

Implement a basic TransferTransaction for simple HBAR transfers only #15

rbair23 opened this issue Oct 13, 2022 · 0 comments · Fixed by #55
Assignees
Milestone

Comments

@rbair23
Copy link
Member

rbair23 commented Oct 13, 2022

Implement a basic TransferTransaction type, which will contain all fields needed to transfer Hbar between accounts.

Include implementations for the following APIs:
std::unordered_map<AccountId, Hbar> getHbarTransfers() const;
TransferTransaction& addHbarTransfer(const AccountId& accountId, const Hbar& value);
TransferTransaction& addApprovedHbarTransfer(const AccountId& accountId, const Hbar& value);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants