Enum wallet::script::PubkeyParseError [−][src]
pub enum PubkeyParseError {
PubkeyHash(Hash),
Miniscript(Error),
}Errors that may happen during LockScript parsing process
Variants
Unexpected pubkey hash when enumerating in “keys only” mode
Miniscript(Error)Miniscript-level error
Trait Implementations
impl Error for PubkeyParseError[src]
impl Error for PubkeyParseError[src]Auto Trait Implementations
impl RefUnwindSafe for PubkeyParseError
impl RefUnwindSafe for PubkeyParseErrorimpl Send for PubkeyParseError
impl Send for PubkeyParseErrorimpl Sync for PubkeyParseError
impl Sync for PubkeyParseErrorimpl Unpin for PubkeyParseError
impl Unpin for PubkeyParseErrorimpl UnwindSafe for PubkeyParseError
impl UnwindSafe for PubkeyParseError