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>
fn try_get_taproot_pk(&self) -> Result<XOnlyPublicKey, BridgeError>
Try to extract the taproot public key from a P2TR script.