V2: updating to new proto schema. domain seperated packages #36

Merged
nfel merged 327 commits from v2 into dev 2026-07-21 10:59:54 +00:00
Showing only changes of commit 320a0cd857 - Show all commits
+2
View File
@@ -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;