Companion

object Companion

Functions

Link copied to clipboard
fun create(index: Int = 0, passphrase: String? = null): <Error class: unknown class><CosmosWallet, CosmosMnemonicKey>
Link copied to clipboard
fun fromKeyPair(privateKey: ByteArray, publicKey: ByteArray? = null): CosmosWallet
fun fromKeyPair(privateKey: String, publicKey: String? = null): CosmosWallet
Link copied to clipboard
fun fromMnemonic(mnemonic: String, index: Int = 0, passphrase: String? = null): CosmosWallet