v2: code formate + market support for calculation amount ( from taker/maker + seller/buyer )

Signed-off-by: nfel <nfilsaraee@gmail.com>
This commit is contained in:
2025-06-03 13:48:45 +03:30
parent 930441f7eb
commit 132e5d787b
5 changed files with 105 additions and 46 deletions
+1
View File
@@ -31,6 +31,7 @@ enum ErrCode {
INVALID_ARGUMENT_RRN = 2009;
INVALID_ARGUMENT_MOBILE_NUMBER = 2010;
INVALID_ARGUMENT_IBAN_NUMBER = 2011;
INVALID_ARGUMENT_UNKNOWN_TYPE = 2012;
// Resource errors
NOT_FOUND = 3000;