Struct noah_api::xfr::structs::AssetTracerEncKeys
source · pub struct AssetTracerEncKeys {
pub record_data_enc_key: RecordDataEncKey,
pub attrs_enc_key: AttributeEncKey,
pub lock_info_enc_key: XPublicKey,
}Expand description
Asset tracer encryption keys.
Fields§
§record_data_enc_key: RecordDataEncKeyThe encryption key for amounts and asset types.
attrs_enc_key: AttributeEncKeyThe encryption key for the attributes.
lock_info_enc_key: XPublicKeyThe encryption key for the locked information.
Trait Implementations§
source§impl Clone for AssetTracerEncKeys
impl Clone for AssetTracerEncKeys
source§fn clone(&self) -> AssetTracerEncKeys
fn clone(&self) -> AssetTracerEncKeys
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 AssetTracerEncKeys
impl Debug for AssetTracerEncKeys
source§impl<'de> Deserialize<'de> for AssetTracerEncKeys
impl<'de> Deserialize<'de> for AssetTracerEncKeys
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<AssetTracerEncKeys> for AssetTracerEncKeys
impl PartialEq<AssetTracerEncKeys> for AssetTracerEncKeys
source§fn eq(&self, other: &AssetTracerEncKeys) -> bool
fn eq(&self, other: &AssetTracerEncKeys) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for AssetTracerEncKeys
impl Serialize for AssetTracerEncKeys
impl Eq for AssetTracerEncKeys
impl StructuralEq for AssetTracerEncKeys
impl StructuralPartialEq for AssetTracerEncKeys
Auto Trait Implementations§
impl RefUnwindSafe for AssetTracerEncKeys
impl Send for AssetTracerEncKeys
impl Sync for AssetTracerEncKeys
impl Unpin for AssetTracerEncKeys
impl UnwindSafe for AssetTracerEncKeys
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