Skip to content

Commit

Permalink
feat: Add GetNewAddress endpoint to gateway
Browse files Browse the repository at this point in the history
  • Loading branch information
ambersun1234 committed Apr 4, 2024
1 parent 883c33d commit 5ca06b9
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 @@ -81,3 +81,6 @@ http:

- selector: pactus.Wallet.SignRawTransaction
get: "/pactus/wallet/sign_raw_transaction"

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

0 comments on commit 5ca06b9

Please sign in to comment.