v2: added status for pending admin action

Signed-off-by: nfel <nfilsaraee@gmail.com>
This commit is contained in:
nfel 2025-08-12 15:28:04 +03:30
parent af0cab1c84
commit 8d37693329
Signed by: nfel
GPG Key ID: DCC0BF3F92B0D45F

View File

@ -363,6 +363,7 @@ enum TransactionStatus {
CREATED = -1;
PENDING_TRX = 1;
SUCCESSFUL = 2;
PENDING_ADMIN = 3;
}
message Transaction {