v2: some chain related data add trx list

Signed-off-by: nfel <nfilsaraee@gmail.com>
This commit is contained in:
nfel 2025-01-07 14:53:49 +03:30
parent bf5aeac558
commit 0414a1c1b5
Signed by: nfel
GPG Key ID: DCC0BF3F92B0D45F

View File

@ -253,6 +253,7 @@ message Transaction {
optional auth.v1.UserIdentityBasic from_user_info = 5;
optional int64 from_federation_id = 6;
optional Federation from_federation_info = 7;
optional int64 to_user_id = 8;
optional auth.v1.UserIdentityBasic to_user_info = 9;
optional int64 to_federation_id = 10;
@ -263,6 +264,9 @@ message Transaction {
string updated_at = 15;
string created_at = 16;
string tracking_code = 17;
optional string trx_hash = 18;
optional string from_public_key = 19;
optional string to_public_key = 20;
}
message UserGetTransactionListReq {