Type Alias miden_objects::Word
source · pub type Word = [BaseElement; 4];Expand description
A group of four field elements in the Miden base field.
Trait Implementations§
source§impl From<&NoteMetadata> for Word
impl From<&NoteMetadata> for Word
source§fn from(metadata: &NoteMetadata) -> Self
fn from(metadata: &NoteMetadata) -> Self
Converts to this type from the input type.
source§impl From<&TransactionId> for Word
impl From<&TransactionId> for Word
source§fn from(id: &TransactionId) -> Self
fn from(id: &TransactionId) -> Self
Converts to this type from the input type.
source§impl From<FungibleAsset> for Word
impl From<FungibleAsset> for Word
source§fn from(asset: FungibleAsset) -> Self
fn from(asset: FungibleAsset) -> Self
Converts to this type from the input type.
source§impl From<NonFungibleAsset> for Word
impl From<NonFungibleAsset> for Word
source§fn from(asset: NonFungibleAsset) -> Self
fn from(asset: NonFungibleAsset) -> Self
Converts to this type from the input type.
source§impl From<NoteMetadata> for Word
impl From<NoteMetadata> for Word
source§fn from(metadata: NoteMetadata) -> Self
fn from(metadata: NoteMetadata) -> Self
Converts to this type from the input type.
source§impl From<TransactionId> for Word
impl From<TransactionId> for Word
source§fn from(id: TransactionId) -> Self
fn from(id: TransactionId) -> Self
Converts to this type from the input type.