Struct hal_elements::tx::OutputInfo
source · pub struct OutputInfo {
pub script_pub_key: Option<OutputScriptInfo>,
pub asset: Option<ConfidentialAssetInfo>,
pub value: Option<ConfidentialValueInfo>,
pub nonce: Option<ConfidentialNonceInfo>,
pub witness: Option<OutputWitnessInfo>,
pub is_fee: Option<bool>,
pub pegout_data: Option<PegoutDataInfo>,
}Fields§
§script_pub_key: Option<OutputScriptInfo>§asset: Option<ConfidentialAssetInfo>§value: Option<ConfidentialValueInfo>§nonce: Option<ConfidentialNonceInfo>§witness: Option<OutputWitnessInfo>§is_fee: Option<bool>§pegout_data: Option<PegoutDataInfo>Trait Implementations§
source§impl Clone for OutputInfo
impl Clone for OutputInfo
source§fn clone(&self) -> OutputInfo
fn clone(&self) -> OutputInfo
Returns a copy 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 OutputInfo
impl Debug for OutputInfo
source§impl<'de> Deserialize<'de> for OutputInfo
impl<'de> Deserialize<'de> for OutputInfo
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
source§impl GetInfo<OutputInfo> for TxOut
impl GetInfo<OutputInfo> for TxOut
source§fn get_info(&self, network: Network) -> OutputInfo
fn get_info(&self, network: Network) -> OutputInfo
Get a description of this object given the network of interest.
source§impl PartialEq<OutputInfo> for OutputInfo
impl PartialEq<OutputInfo> for OutputInfo
source§fn eq(&self, other: &OutputInfo) -> bool
fn eq(&self, other: &OutputInfo) -> bool
This method tests for
self and other values to be equal, and is used
by ==.