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
2 changed files with 3 additions and 0 deletions
Showing only changes of commit 0cd6107abe - Show all commits
+2
View File
@@ -194,6 +194,8 @@ message TFAReq {
optional string mobile = 2;
optional string email = 3;
optional string reason = 4; // issued jwt reason -> can be login, redeem, withdrawal
optional string transaction_id = 5;
optional TfaStateEnum state = 6;
}
// Two Factor Authentication Exchange Response
+1
View File
@@ -302,6 +302,7 @@ message InternalTransferAssetReq {
message InternalTransferAssetRes {
auth.v1.Recipient recipient = 1;
double amount = 2;
// TODO: Change to Asset
string transaction_id = 3;
string transaction_hash = 4;
}