wallets-wrapper
Version:
How to install
36 lines (35 loc) • 838 B
TypeScript
export declare enum WalletsNames {
Metamask = "MetamaskWrapper",
Trezor = "TrezorWrapper",
Anchor = "AnchorWrapper"
}
export declare enum Networks {
Bitcoin = "Bitcoin",
Ethereum = "Ethereum",
Ripple = "Ripple",
Stellar = "Stellar",
NEM = "NEM",
Cardano = "Cardano",
Tezos = "Tezos",
Eos = "Eos",
Binance = "Binance"
}
export declare enum AllNetworks {
Bitcoin = "Bitcoin",
Ethereum = "Ethereum",
Ropsten = "Ropsten",
Rinkeby = "Rinkeby",
Goerli = "Goerli",
Kovan = "Kovan",
Polygon = "Polygon",
Hardhat = "Hardhat",
Ganache = "Ganache",
Binance = "Binance",
TBinance = "TBinance",
Ripple = "Ripple",
Stellar = "Stellar",
NEM = "NEM",
Cardano = "Cardano",
Tezos = "Tezos",
Eos = "Eos"
}