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;