ImpersonatedParameters
ImpersonatedParameters =
object
Defined in: satellite-evm/src/connectors/ImpersonatedConnector.ts:23
Options of impersonated.
Properties
features?
optionalfeatures?:object
Defined in: satellite-evm/src/connectors/ImpersonatedConnector.ts:27
Simulated wallet errors. true throws a UserRejectedRequestError from viem; an Error is thrown as is.
connectError?
optionalconnectError?:boolean|Error
Error thrown by connect.
reconnect?
optionalreconnect?:boolean
Not used by the connector.
signMessageError?
optionalsignMessageError?:boolean|Error
Error thrown by personal_sign.
signTypedDataError?
optionalsignTypedDataError?:boolean|Error
Error thrown by eth_signTypedData_v4.
switchChainError?
optionalswitchChainError?:boolean|Error
Error thrown by wallet_switchEthereumChain.
Last updated on