Web3Connection

constructor(id: String? = null, userId: String? = null, sessionMetadata: Web3ConnectionSessionMetadata? = null, feeLevel: Web3ConnectionFeeLevel? = null, chainIds: List<String>? = null, connectionType: Web3ConnectionType? = null, connectionMethod: Web3ConnectionMethod? = null, creationDate: String? = null)

Parameters

id

Id of the connection

userId

Id of the user that created the connection

sessionMetadata

Metadata of the connection (provided by the dapp)

feeLevel

The default fee level

chainIds

The chains approved for the connection

connectionType

The connection's type

connectionMethod

The method through which the connection was established

creationDate

Timestamp of the session's creation