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

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

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

Trait that adds extra useful methods to ScriptContexts

Required methods

Loading content...

Provided methods

fn is_legacy() -> bool[src]

Returns whether the script context is Legacy

fn is_segwit_v0() -> bool[src]

Returns whether the script context is Segwitv0

Loading content...

Implementors

Loading content...