aboutsummaryrefslogtreecommitdiffstats
path: root/packages/types
diff options
context:
space:
mode:
Diffstat (limited to 'packages/types')
-rw-r--r--packages/types/src/index.ts9
1 files changed, 5 insertions, 4 deletions
diff --git a/packages/types/src/index.ts b/packages/types/src/index.ts
index f89c3c306..bb8fe896d 100644
--- a/packages/types/src/index.ts
+++ b/packages/types/src/index.ts
@@ -402,12 +402,13 @@ export interface Token {
export enum SignatureType {
Illegal,
Invalid,
- Caller,
- Ecrecover,
EIP712,
- Trezor,
- Contract,
+ EthSign,
+ Caller,
+ Wallet,
+ Validator,
PreSigned,
+ Trezor,
}
/**