Trait ScriptBufExt

pub trait ScriptBufExt {
    // Required method
    fn try_get_taproot_pk(&self) -> Result<XOnlyPublicKey, BridgeError>;
}
Expand description

Extension trait for [ScriptBuf].

Required Methods§

fn try_get_taproot_pk(&self) -> Result<XOnlyPublicKey, BridgeError>

Try to extract the taproot public key from a P2TR script.

Implementations on Foreign Types§

§

impl ScriptBufExt for ScriptBuf

§

fn try_get_taproot_pk(&self) -> Result<XOnlyPublicKey, BridgeError>

Implementors§