Struct fuel_core_interfaces::db::ContractsInfo
source · pub struct ContractsInfo;
Expand description
The storage table for contract’s additional information as salt, root hash, etc.
Trait Implementations§
source§impl Mappable for ContractsInfo
impl Mappable for ContractsInfo
§type SetValue = (Salt, Bytes32)
type SetValue = (Salt, Bytes32)
Salt
- is the salt used during creation of the contract for uniques.
Bytes32
- is the root hash of the contract’s code.
§type GetValue = <ContractsInfo as Mappable>::SetValue
type GetValue = <ContractsInfo as Mappable>::SetValue
The value type is used while getting the value from the storage.