Skip to content

Commit

Permalink
feat: Add GetTotalBalance endpoint gateway
Browse files Browse the repository at this point in the history
  • Loading branch information
ambersun1234 committed Apr 4, 2024
1 parent 5ca06b9 commit 9ec27c8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions www/grpc/buf/grpc-gateway.config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,3 +84,6 @@ http:

- selector: pactus.Wallet.GetNewAddress
get: "/pactus/wallet/get_new_address"

- selector: pactus.Wallet.GetTotalBalance
get: "/pactus/wallet/get_total_balance"

0 comments on commit 9ec27c8

Please sign in to comment.