pub struct ResponsesGetTxInfoData { /* private fields */ }
Implementations§
Source§impl ResponsesGetTxInfoData
impl ResponsesGetTxInfoData
pub fn new() -> ResponsesGetTxInfoData
pub fn set_blkid(&mut self, blkid: String)
pub fn with_blkid(self, blkid: String) -> ResponsesGetTxInfoData
pub fn blkid(&self) -> Option<&String>
pub fn reset_blkid(&mut self)
pub fn set_height(&mut self, height: i32)
pub fn with_height(self, height: i32) -> ResponsesGetTxInfoData
pub fn height(&self) -> Option<&i32>
pub fn reset_height(&mut self)
pub fn set_idx(&mut self, idx: i32)
pub fn with_idx(self, idx: i32) -> ResponsesGetTxInfoData
pub fn idx(&self) -> Option<&i32>
pub fn reset_idx(&mut self)
pub fn set_in_satoshi(&mut self, in_satoshi: BigInt)
pub fn with_in_satoshi(self, in_satoshi: BigInt) -> ResponsesGetTxInfoData
pub fn in_satoshi(&self) -> Option<&BigInt>
pub fn reset_in_satoshi(&mut self)
pub fn set_locktime(&mut self, locktime: i32)
pub fn with_locktime(self, locktime: i32) -> ResponsesGetTxInfoData
pub fn locktime(&self) -> Option<&i32>
pub fn reset_locktime(&mut self)
pub fn set_n_in(&mut self, n_in: i32)
pub fn with_n_in(self, n_in: i32) -> ResponsesGetTxInfoData
pub fn n_in(&self) -> Option<&i32>
pub fn reset_n_in(&mut self)
pub fn set_n_in_inscription(&mut self, n_in_inscription: i32)
pub fn with_n_in_inscription( self, n_in_inscription: i32, ) -> ResponsesGetTxInfoData
pub fn n_in_inscription(&self) -> Option<&i32>
pub fn reset_n_in_inscription(&mut self)
pub fn set_n_lost_inscription(&mut self, n_lost_inscription: i32)
pub fn with_n_lost_inscription( self, n_lost_inscription: i32, ) -> ResponsesGetTxInfoData
pub fn n_lost_inscription(&self) -> Option<&i32>
pub fn reset_n_lost_inscription(&mut self)
pub fn set_n_new_inscription(&mut self, n_new_inscription: i32)
pub fn with_n_new_inscription( self, n_new_inscription: i32, ) -> ResponsesGetTxInfoData
pub fn n_new_inscription(&self) -> Option<&i32>
pub fn reset_n_new_inscription(&mut self)
pub fn set_n_out(&mut self, n_out: i32)
pub fn with_n_out(self, n_out: i32) -> ResponsesGetTxInfoData
pub fn n_out(&self) -> Option<&i32>
pub fn reset_n_out(&mut self)
pub fn set_n_out_inscription(&mut self, n_out_inscription: i32)
pub fn with_n_out_inscription( self, n_out_inscription: i32, ) -> ResponsesGetTxInfoData
pub fn n_out_inscription(&self) -> Option<&i32>
pub fn reset_n_out_inscription(&mut self)
pub fn set_out_satoshi(&mut self, out_satoshi: BigInt)
pub fn with_out_satoshi(self, out_satoshi: BigInt) -> ResponsesGetTxInfoData
pub fn out_satoshi(&self) -> Option<&BigInt>
pub fn reset_out_satoshi(&mut self)
pub fn set_size(&mut self, size: i32)
pub fn with_size(self, size: i32) -> ResponsesGetTxInfoData
pub fn size(&self) -> Option<&i32>
pub fn reset_size(&mut self)
pub fn set_txid(&mut self, txid: String)
pub fn with_txid(self, txid: String) -> ResponsesGetTxInfoData
pub fn txid(&self) -> Option<&String>
pub fn reset_txid(&mut self)
Trait Implementations§
Source§impl Debug for ResponsesGetTxInfoData
impl Debug for ResponsesGetTxInfoData
Source§impl<'de> Deserialize<'de> for ResponsesGetTxInfoData
impl<'de> Deserialize<'de> for ResponsesGetTxInfoData
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 ResponsesGetTxInfoData
impl RefUnwindSafe for ResponsesGetTxInfoData
impl Send for ResponsesGetTxInfoData
impl Sync for ResponsesGetTxInfoData
impl Unpin for ResponsesGetTxInfoData
impl UnwindSafe for ResponsesGetTxInfoData
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