Companion

object Companion

Functions

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