Expand description
A confidential transfer note.
Fields§
§body: XfrBodyThe confidential transfer body.
multisig: MultiSigThe multisiganture of the senders
Trait Implementations§
source§impl<'de> Deserialize<'de> for XfrNote
impl<'de> Deserialize<'de> for XfrNote
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<XfrNote> for XfrNote
impl PartialEq<XfrNote> for XfrNote
impl Eq for XfrNote
impl StructuralEq for XfrNote
impl StructuralPartialEq for XfrNote
Auto Trait Implementations§
impl RefUnwindSafe for XfrNote
impl Send for XfrNote
impl Sync for XfrNote
impl Unpin for XfrNote
impl UnwindSafe for XfrNote
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