Trait bdk::keys::ExtScriptContext[][src]

pub trait ExtScriptContext: ScriptContext {
    fn as_enum() -> ScriptContextEnum;

    fn is_legacy() -> bool { ... }
fn is_segwit_v0() -> bool { ... } }
Expand description

Trait that adds extra useful methods to ScriptContexts

Required methods

Provided methods

Returns whether the script context is Legacy

Returns whether the script context is Segwitv0

Implementors