improve InternalTransferAsset rpc

This commit is contained in:
2024-12-09 11:56:34 +03:30
parent 3779679504
commit 8e64e1ca1f
3 changed files with 23 additions and 9 deletions
+6
View File
@@ -208,3 +208,9 @@ message CheckTFAReq {
optional string algorithm = 3;
optional string reason = 4; // Can be later used as a lookup
}
message Otp {
string status = 1;
int64 code = 2;
string transaction_id = 3;
}