Struct noah_api::xfr::structs::AssetTracerDecKeys
source · pub struct AssetTracerDecKeys {
pub record_data_dec_key: RecordDataDecKey,
pub attrs_dec_key: AttributeDecKey,
pub lock_info_dec_key: XSecretKey,
}Expand description
Asset tracer decryption keys.
Fields§
§record_data_dec_key: RecordDataDecKeyThe decryption key for amounts and asset types.
attrs_dec_key: AttributeDecKeyThe decryption key for the attributes.
lock_info_dec_key: XSecretKeyThe decryption key for the locked information.
Trait Implementations§
source§impl<'de> Deserialize<'de> for AssetTracerDecKeys
impl<'de> Deserialize<'de> for AssetTracerDecKeys
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<AssetTracerDecKeys> for AssetTracerDecKeys
impl PartialEq<AssetTracerDecKeys> for AssetTracerDecKeys
source§fn eq(&self, other: &AssetTracerDecKeys) -> bool
fn eq(&self, other: &AssetTracerDecKeys) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for AssetTracerDecKeys
impl Serialize for AssetTracerDecKeys
impl Eq for AssetTracerDecKeys
impl StructuralEq for AssetTracerDecKeys
impl StructuralPartialEq for AssetTracerDecKeys
Auto Trait Implementations§
impl RefUnwindSafe for AssetTracerDecKeys
impl Send for AssetTracerDecKeys
impl Sync for AssetTracerDecKeys
impl Unpin for AssetTracerDecKeys
impl UnwindSafe for AssetTracerDecKeys
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