KeysClient

class KeysClient(walletApi: WalletApi)

Keys 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 the mnemonic seed for a given address.

Link copied to clipboard
suspend fun getSpendKeys(address: String): SpendKeysResponse?

Get the spend keys for a given address.

Link copied to clipboard

Get shared private view key.