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

jsMain.io.eqoty.wallet.utils.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.wallet

import ext.libsodium.com.ionspin.kotlin.crypto.toUByteArray
import io.eqoty.secretk.wallet.AccountData
import io.eqoty.secretk.wallet.Algo

fun jslibs.secretjs.AccountData.toCommonType(): AccountData =
    AccountData(
        address = address,
        algo = Algo.valueOf(algo),
        pubkey = pubkey.toUByteArray()
    )




© 2015 - 2025 Weber Informatics LLC | Privacy Policy