Skip to content

112 get account balance api #119

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

Merged
merged 11 commits into from
Aug 6, 2019
Merged

112 get account balance api #119

merged 11 commits into from
Aug 6, 2019

Conversation

andy-shi88
Copy link
Contributor

Description

Open api to get account balance by its type and address

Breakdown

  • Open GetAccountBalance endpoint
  • add client test
  • tests

Reference Issue

Close #112

Step to Test (optional)

  • step 1
  • step 2
  • step 3

@andy-shi88 andy-shi88 marked this pull request as ready for review August 6, 2019 02:38

func (abh *AccountBalanceHandler) GetAccountBalances(ctx context.Context,
request *model.GetAccountBalancesRequest) (*model.GetAccountBalancesResponse, error) {
return nil, nil
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

May be inserted //TODO or remove if it still not work yet

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

added todo comment

@astaphobia astaphobia merged commit cc3aeb9 into zoobc:develop Aug 6, 2019
@astaphobia astaphobia deleted the 112-getAccountBalance-api branch August 6, 2019 09:12
@andy-shi88 andy-shi88 removed their assignment Dec 10, 2020
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 this pull request may close these issues.

Tech: GetAccountBalanceByAccountAddress
3 participants