GetBlockHashRequest

@Serializable
data class GetBlockHashRequest(val jsonrpc: String, val method: String, val params: List<Long>)

Get block hash request.

Author

Marcus Cvjeticanin

Since

0.3.0

Constructors

Link copied to clipboard
constructor(jsonrpc: String, method: String, params: List<Long>)

Properties

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