main.org.sol4k.api.Blockhash.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sol4k Show documentation
Show all versions of sol4k Show documentation
Kotlin, JVM, and Android client for Solana
package org.sol4k.api
data class Blockhash(
val blockhash: String,
val slot: Long,
val lastValidBlockHeight: Long,
)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy