pub struct TxUtxos {
pub tx_hash: String,
pub inputs: Vec<UtxoDetail>,
pub outputs: Vec<UtxoDetail>,
}Fields§
§tx_hash: String§inputs: Vec<UtxoDetail>§outputs: Vec<UtxoDetail>Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for TxUtxos
impl<'de> Deserialize<'de> for TxUtxos
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 TxUtxos
impl RefUnwindSafe for TxUtxos
impl Send for TxUtxos
impl Sync for TxUtxos
impl Unpin for TxUtxos
impl UnwindSafe for TxUtxos
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