pub struct PushTxRequest {
pub spend_bundle_hex: String,
}Expand description
push_tx — submit a spend bundle to the mempool.
Fields§
§spend_bundle_hex: StringHex-encoded chia-streamable spend bundle.
Implementations§
Trait Implementations§
Source§impl Clone for PushTxRequest
impl Clone for PushTxRequest
Source§fn clone(&self) -> PushTxRequest
fn clone(&self) -> PushTxRequest
Returns a duplicate 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 Debug for PushTxRequest
impl Debug for PushTxRequest
Source§impl<'de> Deserialize<'de> for PushTxRequest
impl<'de> Deserialize<'de> for PushTxRequest
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 PushTxRequest
impl RefUnwindSafe for PushTxRequest
impl Send for PushTxRequest
impl Sync for PushTxRequest
impl Unpin for PushTxRequest
impl UnsafeUnpin for PushTxRequest
impl UnwindSafe for PushTxRequest
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