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