From 320a0cd857b1c91bc5744f71dbe7c658b6aa7156 Mon Sep 17 00:00:00 2001 From: nfel Date: Wed, 25 Dec 2024 12:35:33 +0330 Subject: [PATCH] v2: asset -> has agreed contract Signed-off-by: nfel --- wallet/v1/msg.proto | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wallet/v1/msg.proto b/wallet/v1/msg.proto index 1acde87..9226af6 100644 --- a/wallet/v1/msg.proto +++ b/wallet/v1/msg.proto @@ -76,6 +76,7 @@ message Asset { int32 status = 31; AssetMeta meta = 32; string type = 33; + bool has_agreed_contract = 34; } message GetAssetReq { @@ -121,6 +122,7 @@ enum BNPLPaymentsStatus { NOT_STARTED = 3; NOT_YET_DUE = 4; CANCELED = 5; + REJECTED = 6; } message BNPLPayments { uint64 id = 1;