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

tech.pylons.lib.core.ILowLevel.kt Maven / Gradle / Ivy

package tech.pylons.lib.core

@ExperimentalUnsignedTypes
interface ILowLevel {
    fun getSignedTx (privkeyHex : String, accountNumber : Long, sequence : Long, msgJson : String) : String
    fun getSignBytes (privkeyHex : String, accountNumber : Long, sequence : Long, msgJson : String) : String
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy