Struct miden_client::rpc::NullifierUpdate
source · pub struct NullifierUpdate {
pub nullifier: Nullifier,
pub block_num: u32,
}Expand description
Represents a note that was consumed in the node at a certain block.
Fields§
§nullifier: NullifierThe nullifier of the consumed note
block_num: u32The number of the block in which the note consumption was registered.
Auto Trait Implementations§
impl Freeze for NullifierUpdate
impl RefUnwindSafe for NullifierUpdate
impl Send for NullifierUpdate
impl Sync for NullifierUpdate
impl Unpin for NullifierUpdate
impl UnwindSafe for NullifierUpdate
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