pub struct InputNoteAssetsInfo {
pub commitment: Word,
pub num_assets: Felt,
}Expand description
Contains summary information about the assets stored in an input note.
Fields§
§commitment: Word§num_assets: FeltAuto Trait Implementations§
impl Freeze for InputNoteAssetsInfo
impl RefUnwindSafe for InputNoteAssetsInfo
impl Send for InputNoteAssetsInfo
impl Sync for InputNoteAssetsInfo
impl Unpin for InputNoteAssetsInfo
impl UnwindSafe for InputNoteAssetsInfo
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more