Enum miden_objects::notes::NoteType
source · pub enum NoteType {
OffChain,
Encrypted,
Local,
Network,
}Variants§
OffChain
Notes with this type have only their hash published to the network.
Encrypted
Notes with type are shared with the network encrypted.
Local
Notes with this type are known by the network, intended to be used in local transactions.
Network
Notes with this type are known by the network, intended for network transactions.
Trait Implementations§
source§impl PartialEq for NoteType
impl PartialEq for NoteType
impl Eq for NoteType
impl StructuralPartialEq for NoteType
Auto Trait Implementations§
impl RefUnwindSafe for NoteType
impl Send for NoteType
impl Sync for NoteType
impl Unpin for NoteType
impl UnwindSafe for NoteType
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