pub struct PreviousOutput {
pub scriptpubkey: String,
pub scriptpubkey_asm: String,
pub scriptpubkey_type: String,
pub scriptpubkey_address: String,
pub value: u64,
}Fields§
§scriptpubkey: String§scriptpubkey_asm: String§scriptpubkey_type: String§scriptpubkey_address: String§value: u64Trait Implementations§
Source§impl Debug for PreviousOutput
impl Debug for PreviousOutput
Source§impl<'de> Deserialize<'de> for PreviousOutput
impl<'de> Deserialize<'de> for PreviousOutput
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for PreviousOutput
impl RefUnwindSafe for PreviousOutput
impl Send for PreviousOutput
impl Sync for PreviousOutput
impl Unpin for PreviousOutput
impl UnwindSafe for PreviousOutput
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more