Skip to Content
API referenceSatellite EvmSrcInterfacesEVMConnection

@tuwaio/satellite-connect-monorepo


EVMConnection

Defined in: packages/satellite-evm/src/types.ts:10 

Extended wallet interface for EVM-specific properties

Extends

  • BaseConnector

Properties

address

address: string

Defined in: packages/satellite-core/dist/index.d.ts:30

Wallet public address

Inherited from

BaseConnector.address


chainId

chainId: string | number

Defined in: packages/satellite-core/dist/index.d.ts:32

Connected chain ID

Inherited from

BaseConnector.chainId


connector?

optional connector: ConnectorEVM

Defined in: packages/satellite-evm/src/types.ts:12 

Connected Wallet Standard account


connectorType

connectorType: `evm:${string}` | `solana:${string}` | `starknet:${string}`

Defined in: packages/satellite-core/dist/index.d.ts:28

Unique identifier of the connector

Inherited from

BaseConnector.connectorType


icon?

optional icon: string

Defined in: packages/satellite-core/dist/index.d.ts:40

Optional: connector icon base64 string

Inherited from

BaseConnector.icon


isConnected

isConnected: boolean

Defined in: packages/satellite-core/dist/index.d.ts:38

Connection status

Inherited from

BaseConnector.isConnected


isContractAddress

isContractAddress: boolean

Defined in: packages/satellite-core/dist/index.d.ts:36

Indicates if the address is a smart contract

Inherited from

BaseConnector.isContractAddress


rpcURL

rpcURL: string

Defined in: packages/satellite-core/dist/index.d.ts:34

RPC endpoint URL

Inherited from

BaseConnector.rpcURL

Last updated on