pub struct GetTxOutProof(pub Vec<u8>);Expand description
Return type for the gettxoutproof rpc command, the internal is
just the hex representation of the Merkle Block, which was defined
by btc core.
Tuple Fields§
§0: Vec<u8>Trait Implementations§
Source§impl Debug for GetTxOutProof
impl Debug for GetTxOutProof
Source§impl<'de> Deserialize<'de> for GetTxOutProof
impl<'de> Deserialize<'de> for GetTxOutProof
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 GetTxOutProof
impl RefUnwindSafe for GetTxOutProof
impl Send for GetTxOutProof
impl Sync for GetTxOutProof
impl Unpin for GetTxOutProof
impl UnwindSafe for GetTxOutProof
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