pub struct AmpTxData {
pub details: Value,
pub txid: String,
}Expand description
Transaction data for AMP API confirmation (matches Python implementation)
Fields§
§details: ValueThe details field from gettransaction (array of transaction outputs)
txid: StringTrait Implementations§
Source§impl<'de> Deserialize<'de> for AmpTxData
impl<'de> Deserialize<'de> for AmpTxData
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 AmpTxData
impl RefUnwindSafe for AmpTxData
impl Send for AmpTxData
impl Sync for AmpTxData
impl Unpin for AmpTxData
impl UnsafeUnpin for AmpTxData
impl UnwindSafe for AmpTxData
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