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
user Id
Id of the user that created the connection
session Metadata
Metadata of the connection (provided by the dapp)
fee Level
The default fee level
chain Ids
The chains approved for the connection
connection Type
The connection's type
connection Method
The method through which the connection was established
creation Date
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)