pub trait ScriptPubkeyExt: AsPtr<btck_ScriptPubkey> {
// Provided method
fn to_bytes(&self) -> Vec<u8> ⓘ { ... }
}Expand description
Common operations for script pubkeys, implemented by both owned and borrowed types.
This trait provides shared functionality for ScriptPubkey and ScriptPubkeyRef,
allowing code to work with either owned or borrowed script pubkeys.