WalletAddresses

data class WalletAddresses(val unshieldedAddress: String, val shieldedAddress: String, val shieldedCoinPublicKey: String, val shieldedEncryptionPublicKey: String, val dustAddress: String)

Wallet addresses — derived once at wallet setup, passed to the handler.

Constructors

Link copied to clipboard
constructor(unshieldedAddress: String, shieldedAddress: String, shieldedCoinPublicKey: String, shieldedEncryptionPublicKey: String, dustAddress: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard