Enum ckb_script::ScriptGroupType [−][src]
pub enum ScriptGroupType {
Lock,
Type,
}
Expand description
The script group type.
A cell can have a lock script and an optional type script. Even they reference the same script, lock script and type script will not be grouped together.
Variants
Lock script group.
Type script group.
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for ScriptGroupType
impl Send for ScriptGroupType
impl Sync for ScriptGroupType
impl Unpin for ScriptGroupType
impl UnwindSafe for ScriptGroupType
Blanket Implementations
Mutably borrows from an owned value. Read more