pub struct XfrProofs {
pub asset_type_and_amount_proof: AssetTypeAndAmountProof,
pub asset_tracing_proof: AssetTracingProofs,
}Expand description
The proofs for a confidential transfer.
Fields§
§asset_type_and_amount_proof: AssetTypeAndAmountProofThe amount and asset type proof.
asset_tracing_proof: AssetTracingProofsThe access tracing proof.
Trait Implementations§
source§impl<'de> Deserialize<'de> for XfrProofs
impl<'de> Deserialize<'de> for XfrProofs
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 PartialEq<XfrProofs> for XfrProofs
impl PartialEq<XfrProofs> for XfrProofs
impl Eq for XfrProofs
impl StructuralEq for XfrProofs
impl StructuralPartialEq for XfrProofs
Auto Trait Implementations§
impl RefUnwindSafe for XfrProofs
impl Send for XfrProofs
impl Sync for XfrProofs
impl Unpin for XfrProofs
impl UnwindSafe for XfrProofs
Blanket Implementations§
§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more