WalletKeyCreationRequest

data class WalletKeyCreationRequest(val id: KeyId, val requirements: WalletKeyRequirements, val prompt: KeyUseAuthorizationPrompt = KeyUseAuthorizationPrompt())

Request to create one wallet signing key.

Constructors

Link copied to clipboard
constructor(id: KeyId, requirements: WalletKeyRequirements, prompt: KeyUseAuthorizationPrompt = KeyUseAuthorizationPrompt())

Properties

Link copied to clipboard
val id: KeyId

Stable identifier assigned to the generated key.

Link copied to clipboard

Text used by OS-owned authorization UI.

Link copied to clipboard

Capabilities the generated key must satisfy.