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

commonMain.io.eqoty.secretk.encoding.SignJson.kt Maven / Gradle / Ivy

Go to download

A Kotlin multiplatform REST client utilizing secret network's gRPC gateway endpoints.

There is a newer version: 6.4.1-rc
Show newest version
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