tech.pylons.lib.core.ILowLevel.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of libpylons Show documentation
Show all versions of libpylons Show documentation
Library providing common functionality for interacting with the Pylons ecosystem
The newest version!
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
}