SharedStorageEntry

@Serializable
data class SharedStorageEntry(val key: String, val value: String)

Struct for a single key-value pair in an origin's shared storage.

Official doc

Constructors

Link copied to clipboard
constructor(key: String, value: String)

Properties

Link copied to clipboard
val key: String

(undocumented in the protocol definition)

Link copied to clipboard

(undocumented in the protocol definition)