first blood

This commit is contained in:
2026-01-23 16:48:55 +08:00
parent 608af0f289
commit 5e0e7e0069
122 changed files with 8930 additions and 2 deletions

8
rnwalletman/errors.ts Normal file
View File

@@ -0,0 +1,8 @@
export const Errors = {
notImplementedError : "not implemented",
featureNotImplementedError : "feature not implemented",
invalidParamsError : "invalid params",
apiFailedError : "api request failed",
walletNotFoundError : "wallet not found",
orderNotFoundError : "order not found",
}