GetStorageKeyResponse

@Serializable
data class GetStorageKeyResponse(val storageKey: SerializedStorageKey)

Response type for the StorageDomain.getStorageKey command.

Constructors

Link copied to clipboard
constructor(storageKey: SerializedStorageKey)

Properties

Link copied to clipboard

(undocumented in the protocol definition)