Open funds

This commit is contained in:
2025-11-16 23:32:03 +08:00
parent 337cc1be97
commit 6313f15375
7 changed files with 2873 additions and 36 deletions

View File

@@ -41,6 +41,7 @@ message WalletFund {
string id = 1;
string currency = 2;
string total_amount = 3;
string remaining_amount = 10;
FundSplitType split_type = 4;
FundStatus status = 5;
optional string message = 6;