From 9ec27c8f49dff9c6dbde6bea5c26a196abc4e6dd Mon Sep 17 00:00:00 2001 From: Shawn Hsu Date: Fri, 5 Apr 2024 01:18:06 +0800 Subject: [PATCH] feat: Add GetTotalBalance endpoint gateway --- www/grpc/buf/grpc-gateway.config.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/www/grpc/buf/grpc-gateway.config.yaml b/www/grpc/buf/grpc-gateway.config.yaml index a4dbff0f1..263c8a330 100644 --- a/www/grpc/buf/grpc-gateway.config.yaml +++ b/www/grpc/buf/grpc-gateway.config.yaml @@ -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"