KeyServiceClient

class KeyServiceClient(service: Service)

Key Service Client

Author

Marcus Cvjeticanin

Since

0.3.0

Parameters

service

The service to connect to.

Constructors

Link copied to clipboard
constructor(service: Service)

Functions

Link copied to clipboard
suspend fun getMnemonicSeed(getMnemonicSeedRequest: GetMnemonicSeedRequest): GetMnemonicSeedResponse?

Get the mnemonic seed of the wallet.

Link copied to clipboard
suspend fun getSpendKeys(getSpendKeysRequest: GetSpendKeysRequest): GetSpendKeysResponse?
Link copied to clipboard
suspend fun getViewKey(getViewKeyRequest: GetViewKeyRequest): GetViewKeyResponse?

Get the view key from the wallet.