pub type ModuleReference = HashBytes<ModuleReferenceMarker>;
Expand description

A reference to a smart contract module deployed on the chain.

Aliased Type§

struct ModuleReference {
    pub bytes: [u8; 32],
    /* private fields */
}

Fields§

§bytes: [u8; 32]