Struct diem_assets_proof::AssetsProof
source · pub struct AssetsProof { /* private fields */ }
Expand description
A receipt containing the aggregate balance of a VASP and all of its child VASP accounts, in addition to each individual account’s balance and on-chain metadata.
Trait Implementations§
source§impl Debug for AssetsProof
impl Debug for AssetsProof
Auto Trait Implementations§
impl RefUnwindSafe for AssetsProof
impl Send for AssetsProof
impl Sync for AssetsProof
impl Unpin for AssetsProof
impl UnwindSafe for AssetsProof
Blanket Implementations§
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
§impl<T> TestOnlyHash for Twhere
T: Serialize + ?Sized,
impl<T> TestOnlyHash for Twhere T: Serialize + ?Sized,
§fn test_only_hash(&self) -> HashValue
fn test_only_hash(&self) -> HashValue
Generates a hash used only for tests.