pub struct TxWrapper {
pub tx_hex: String,
}Expand description
Dummy wrapper for the hex-encoded serialized transaction.
Fields§
§tx_hex: Stringhex representation of transaction
Trait Implementations§
Source§impl<'de> Deserialize<'de> for TxWrapper
impl<'de> Deserialize<'de> for TxWrapper
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 TxWrapper
impl RefUnwindSafe for TxWrapper
impl Send for TxWrapper
impl Sync for TxWrapper
impl Unpin for TxWrapper
impl UnsafeUnpin for TxWrapper
impl UnwindSafe for TxWrapper
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