InjectiveWallet

class InjectiveWallet(val address: InjectiveAddress, val key: InjectivePublicKey? = null)

Constructors

Link copied to clipboard
constructor(key: InjectivePublicKey)
constructor(publicKey: ByteArray)
constructor(address: InjectiveAddress, key: InjectivePublicKey? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
open val key: InjectivePublicKey? = null