StorageBucket

@Serializable
data class StorageBucket(val storageKey: SerializedStorageKey, val name: String? = null)

(undocumented in the protocol definition)

Official doc

Constructors

Link copied to clipboard
constructor(storageKey: SerializedStorageKey, name: String? = null)

Properties

Link copied to clipboard
val name: String? = null

If not specified, it is the default bucket of the storageKey.

Link copied to clipboard

(undocumented in the protocol definition)