All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.dev.icerock.moko.web3.NewHeadsWeb3SocketEvent.kt Maven / Gradle / Ivy

There is a newer version: 0.18.4-ktor2_ionspinbignum
Show newest version
/*
 * Copyright 2021 IceRock MAG Inc. Use of this source code is governed by the Apache 2.0 license.
 */

package dev.icerock.moko.web3

import kotlinx.serialization.Serializable

@Serializable
data class NewHeadsWeb3SocketEvent(
    val difficulty: String,
    val extraData: String,
    val gasLimit: String,
    val gasUsed: String,
    val logsBloom: String,
    val miner: String,
    val nonce: String,
    val number: String,
    val parentHash: String,
    val receiptsRoot: String,
    val sha3Uncles: String,
    val stateRoot: String,
    val timestamp: String,
    val transactionsRoot: String,
    val hash: String
)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy