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.
pub trait ScriptPubkeyExt: AsPtr<btck_ScriptPubkey> {
// Provided method
fn to_bytes(&self) -> Vec<u8> ⓘ { ... }
}
Common operations for script pubkeys, implemented by both owned and borrowed types.