EthRequestPayload

data class EthRequestPayload(var method: String, var params: List<Any>, var signature: String? = null)

Constructors

Link copied to clipboard
constructor(method: String, params: List<Any>, signature: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard