commonMain.io.eqoty.secretk.encoding.SignJson.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of client Show documentation
Show all versions of client Show documentation
A Kotlin multiplatform REST client utilizing secret network's gRPC gateway endpoints.
package io.eqoty.secretk.encoding
import io.eqoty.secretk.types.StdFee
import io.eqoty.secretk.types.response.TypeValue
@kotlinx.serialization.Serializable
data class SignJson(
val account_number: String,
val chain_id: String,
val fee: StdFee,
val memo: String,
val msgs: List>,
val sequence: String
)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy