Module dock_runtime::blob
source · Expand description
Generic immutable single-owner storage.
Modules
- The module that hosts all the FRAME types needed to add this pallet to a runtime.
Structs
- When a new blob is being registered, the following object is sent.
- The unique name for a blob.
- Owner of a Blob.
- The pallet implementing the on-chain logic.
Enums
- Contains one variant per dispatchable that can be called by an extrinsic.
- Error for the blob module.
Constants
- Size of the blob id in bytes
Traits
- Configuration trait of this pallet.
Type Definitions
- ModuleDeprecatedType alias to
Pallet
, to be used byconstruct_runtime
.