Module bindings

Module bindings 

Source
Expand description

Bindings for Miden protocol

§Word Field Ordering

The Miden protocol MASM procedures expect and/or return Word on the stack with the least significant felt on top of the stack.

  • In Rust: Word fields are stored as [e0, e1, e2, e3]
  • In MASM procedures: These are pushed/popped from the stack in reverse order [e3, e2, e1, e0]

Modules§

active_account
active_note
asset
faucet
input_note
native_account
output_note
storage
tx

Structs§

AccountId
Asset
NoteIdx
NoteType
Recipient
StorageCommitmentRoot
Tag