Enum trezorlib::protos::messages_cardano::CardanoNativeScriptType [−][src]
pub enum CardanoNativeScriptType {
PUB_KEY,
ALL,
ANY,
N_OF_K,
INVALID_BEFORE,
INVALID_HEREAFTER,
}
Variants
PUB_KEY
ALL
ANY
N_OF_K
INVALID_BEFORE
INVALID_HEREAFTER
Trait Implementations
Try to create an enum from i32
value.
Return None
if value is unknown. Read more
Get all enum values for enum type.
Get enum descriptor by type.
Get enum value descriptor.
Get enum descriptor.
Auto Trait Implementations
impl RefUnwindSafe for CardanoNativeScriptType
impl Send for CardanoNativeScriptType
impl Sync for CardanoNativeScriptType
impl Unpin for CardanoNativeScriptType
impl UnwindSafe for CardanoNativeScriptType
Blanket Implementations
Mutably borrows from an owned value. Read more