PackageCodeVmTypeEntrySubstate

Type Alias PackageCodeVmTypeEntrySubstate 

Source
pub type PackageCodeVmTypeEntrySubstate = KeyValueEntrySubstate<PackageCodeVmTypeEntryPayload>;

Aliased Type§

pub enum PackageCodeVmTypeEntrySubstate {
    V1(KeyValueEntrySubstateV1<PackageCodeVmTypeEntryPayload>),
}

Variants§