pub struct ResponsesNonInscriptionUtxo { /* private fields */ }
Implementations§
Source§impl ResponsesNonInscriptionUtxo
impl ResponsesNonInscriptionUtxo
pub fn new() -> ResponsesNonInscriptionUtxo
pub fn set_address(&mut self, address: String)
pub fn with_address(self, address: String) -> ResponsesNonInscriptionUtxo
pub fn address(&self) -> Option<&String>
pub fn reset_address(&mut self)
pub fn set_code_type(&mut self, code_type: i32)
pub fn with_code_type(self, code_type: i32) -> ResponsesNonInscriptionUtxo
pub fn code_type(&self) -> Option<&i32>
pub fn reset_code_type(&mut self)
pub fn set_height(&mut self, height: i32)
pub fn with_height(self, height: i32) -> ResponsesNonInscriptionUtxo
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) -> ResponsesNonInscriptionUtxo
pub fn idx(&self) -> Option<&i32>
pub fn reset_idx(&mut self)
pub fn set_is_op_in_rbf(&mut self, is_op_in_rbf: bool)
pub fn with_is_op_in_rbf( self, is_op_in_rbf: bool, ) -> ResponsesNonInscriptionUtxo
pub fn is_op_in_rbf(&self) -> Option<&bool>
pub fn reset_is_op_in_rbf(&mut self)
pub fn set_is_spent(&mut self, is_spent: bool)
pub fn with_is_spent(self, is_spent: bool) -> ResponsesNonInscriptionUtxo
pub fn is_spent(&self) -> Option<&bool>
pub fn reset_is_spent(&mut self)
pub fn set_satoshi(&mut self, satoshi: BigInt)
pub fn with_satoshi(self, satoshi: BigInt) -> ResponsesNonInscriptionUtxo
pub fn satoshi(&self) -> Option<&BigInt>
pub fn reset_satoshi(&mut self)
pub fn set_script_pk(&mut self, script_pk: String)
pub fn with_script_pk(self, script_pk: String) -> ResponsesNonInscriptionUtxo
pub fn script_pk(&self) -> Option<&String>
pub fn reset_script_pk(&mut self)
pub fn set_script_type(&mut self, script_type: String)
pub fn with_script_type( self, script_type: String, ) -> ResponsesNonInscriptionUtxo
pub fn script_type(&self) -> Option<&String>
pub fn reset_script_type(&mut self)
pub fn set_txid(&mut self, txid: String)
pub fn with_txid(self, txid: String) -> ResponsesNonInscriptionUtxo
pub fn txid(&self) -> Option<&String>
pub fn reset_txid(&mut self)
pub fn set_vout(&mut self, vout: i32)
pub fn with_vout(self, vout: i32) -> ResponsesNonInscriptionUtxo
pub fn vout(&self) -> Option<&i32>
pub fn reset_vout(&mut self)
Trait Implementations§
Source§impl Debug for ResponsesNonInscriptionUtxo
impl Debug for ResponsesNonInscriptionUtxo
Source§impl<'de> Deserialize<'de> for ResponsesNonInscriptionUtxo
impl<'de> Deserialize<'de> for ResponsesNonInscriptionUtxo
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 ResponsesNonInscriptionUtxo
impl RefUnwindSafe for ResponsesNonInscriptionUtxo
impl Send for ResponsesNonInscriptionUtxo
impl Sync for ResponsesNonInscriptionUtxo
impl Unpin for ResponsesNonInscriptionUtxo
impl UnwindSafe for ResponsesNonInscriptionUtxo
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