AddressClient

class AddressClient(walletApi: WalletApi)

Address client

Author

Marcus Cvjeticanin

Since

0.3.0

Parameters

walletApi

The wallet API to connect to.

Constructors

Link copied to clipboard
constructor(walletApi: WalletApi)

Functions

Link copied to clipboard

Get a list of all addresses.

Creates an integrated address from a given address and payment id.

Link copied to clipboard

Create a random address.

Link copied to clipboard
suspend fun deleteAddress(address: String): StatusResponse?

Delete a given address.

Link copied to clipboard
suspend fun importAddress(importAddressRequest: ImportAddressRequest): ImportAddressResponse?

Import an address with secret spend key.

Link copied to clipboard

Import a view only address with a public spend key.

Link copied to clipboard

Get the primary address.