aboutsummaryrefslogtreecommitdiffstats
path: root/packages/types/src/index.ts
diff options
context:
space:
mode:
authorJacob Evans <jacob@dekz.net>2018-10-02 15:32:28 +0800
committerJacob Evans <jacob@dekz.net>2018-10-05 10:00:41 +0800
commit07926ded6ef194969ffe26e3879d6e86a0eb9c50 (patch)
tree9603fa9942cdf1c364fe794e037013351416fc73 /packages/types/src/index.ts
parentadcfaa2e80389f69e196b602955cee858a1eb40f (diff)
downloaddexon-0x-contracts-07926ded6ef194969ffe26e3879d6e86a0eb9c50.tar
dexon-0x-contracts-07926ded6ef194969ffe26e3879d6e86a0eb9c50.tar.gz
dexon-0x-contracts-07926ded6ef194969ffe26e3879d6e86a0eb9c50.tar.bz2
dexon-0x-contracts-07926ded6ef194969ffe26e3879d6e86a0eb9c50.tar.lz
dexon-0x-contracts-07926ded6ef194969ffe26e3879d6e86a0eb9c50.tar.xz
dexon-0x-contracts-07926ded6ef194969ffe26e3879d6e86a0eb9c50.tar.zst
dexon-0x-contracts-07926ded6ef194969ffe26e3879d6e86a0eb9c50.zip
Introduce Metamask Subprovider.
MM has a number of inconsistencies with other providers when implementing the JSON RPC interface. This subprovider wraps those nuances so they do not leak into the rest of our code
Diffstat (limited to 'packages/types/src/index.ts')
-rw-r--r--packages/types/src/index.ts10
1 files changed, 0 insertions, 10 deletions
diff --git a/packages/types/src/index.ts b/packages/types/src/index.ts
index 3ae0536d5..2f148f0e6 100644
--- a/packages/types/src/index.ts
+++ b/packages/types/src/index.ts
@@ -143,16 +143,6 @@ export enum SignatureType {
NSignatureTypes,
}
-/**
- * The type of the Signer implementation. Some signer implementations use different message prefixes or implement different
- * eth_sign behaviour (e.g Metamask). Default assumes a spec compliant `eth_sign`.
- */
-export enum SignerType {
- Default = 'DEFAULT',
- Ledger = 'LEDGER',
- Metamask = 'METAMASK',
-}
-
export enum AssetProxyId {
ERC20 = '0xf47261b0',
ERC721 = '0x02571792',