Expand description
Stores, manages, and provides access to contract metadata
Structs§
- Contract
Meta Data - Represents contract metadata containing additional contract information that is not stored on-chain.
- Contract
Meta Store - Contract
Metadata 🔒Store Overlay - The
ContractMetadataStoreOverlay
provides write operations for managing contract metadata in underlying sled database. It supports inserting newContractMetaData
and contract source codeContractSourceFile
content and deleting existing source code. - Contract
Source File - Represents a source file containing its file path as a string and its content as a vector of bytes.
Constants§
- SLED_
CONTRACT_ METADATA_ TREE - Contract metadata tree name.
- SLED_
CONTRACT_ SOURCE_ CODE_ TREE - Contract source code tree name.