Web3ConnectionRequest

data class Web3ConnectionRequest(val feeLevel: Web3ConnectionFeeLevel, val uri: String, val ncwAccountId: Int, val chainIds: List<String>? = null)

Constructors

Link copied to clipboard
constructor(feeLevel: Web3ConnectionFeeLevel, uri: String, ncwAccountId: Int, chainIds: List<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 uri: String