Struct bitcoin_psbt::PSBTOutput
source · pub struct PSBTOutput { /* private fields */ }
Expand description
| A structure for PSBTs which contains | per output information |
Implementations§
source§impl PSBTOutput
impl PSBTOutput
pub fn serialize<Stream: StreamItems>(&self, s: &mut Stream)
pub fn unserialize<Stream: StreamInto + ExactSizeIterator>( &mut self, s: &mut Stream ) -> Result<(), StdException>
pub fn new<Stream: ExactSizeIterator + StreamInto>( _0: DeserializeType, s: &mut Stream ) -> Self
pub fn fill_signature_data(&self, sigdata: &mut SignatureData)
pub fn from_signature_data(&mut self, sigdata: &SignatureData)
pub fn is_null(&self) -> bool
pub fn merge(&mut self, output: &PSBTOutput)
Trait Implementations§
source§impl Clone for PSBTOutput
impl Clone for PSBTOutput
source§fn clone(&self) -> PSBTOutput
fn clone(&self) -> PSBTOutput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for PSBTOutput
impl Default for PSBTOutput
source§fn default() -> PSBTOutput
fn default() -> PSBTOutput
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for PSBTOutput
impl Send for PSBTOutput
impl Sync for PSBTOutput
impl Unpin for PSBTOutput
impl UnwindSafe for PSBTOutput
Blanket Implementations§
§impl<T, U> CastInto<U> for Twhere
U: CastFrom<T>,
impl<T, U> CastInto<U> for Twhere U: CastFrom<T>,
§impl<T> Pointable for T
impl<T> Pointable for T
§impl<T> StaticUpcast<T> for T
impl<T> StaticUpcast<T> for T
§unsafe fn static_upcast(ptr: Ptr<T>) -> Ptr<T>
unsafe fn static_upcast(ptr: Ptr<T>) -> Ptr<T>
Convert type of a const pointer. Read more