Appearance
Documentation / js-sdk-core / ExternalWallet
Type alias: ExternalWallet
ExternalWallet:
Object
Wallet to request a Sign-In With Ethereum signature from
Type declaration
address
address:
string
EIP-55 mixed-case checksum-encoded address
chainId
chainId:
string
EIP-155 Chain ID with CAIP-2 formatting
connectorType?
connectorType?:
ConnectorType
The connector used to initiate the connection with the wallet client. e.g. injected
, wallet_connect
, coinbase_wallet
, etc.
meta?
meta?:
ExternalWalletMetadata
walletClientType?
walletClientType?:
WalletClientType
The wallet client where this key-pair is stored. e.g. metamask
, rainbow
, coinbase_wallet
, etc.