Web3Connection

data class Web3Connection(val id: String? = null, val userId: String? = null, val sessionMetadata: Web3ConnectionSessionMetadata? = null, val feeLevel: Web3ConnectionFeeLevel? = null, val chainIds: List<String>? = null, val connectionType: Web3ConnectionType? = null, val connectionMethod: Web3ConnectionMethod? = null, val creationDate: String? = null) : Serializable

Requested dApp connection's data

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

Constructors

Link copied to clipboard
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)

Properties

Link copied to clipboard
val chainIds: List<String>? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val creationDate: String? = null
Link copied to clipboard
Link copied to clipboard
val id: String? = null
Link copied to clipboard
Link copied to clipboard
val userId: String? = null