You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tx kernel MASM implementation description for reference:
#! Increments the account nonce by the provided value.
#!
#! Inputs: [value]
#! Outputs: []
#!
#! Where:
#! - value is the value to increment the nonce by. value can be at most 2^32 - 1 otherwise this
#! procedure panics.
#!
#! Invocation: exec
export.incr_nonce
...
Add export.incr_nonce to tx kernel stubs at sdk/base-sys/masm/miden/account.masm
Add account:incr-nonce WIT definition at tests/rust-apps-wasm/rust-sdk/wit-sdk/miden-core-import.wit
Add Rust bindings at sdk/base-sys/src/bindings/account.rs
Add signature at frontend/wasm/src/miden_abi/tx_kernel/account.rs
The text was updated successfully, but these errors were encountered:
Tx kernel MASM implementation description for reference:
export.incr_nonce
to tx kernel stubs atsdk/base-sys/masm/miden/account.masm
account:incr-nonce
WIT definition attests/rust-apps-wasm/rust-sdk/wit-sdk/miden-core-import.wit
sdk/base-sys/src/bindings/account.rs
frontend/wasm/src/miden_abi/tx_kernel/account.rs
The text was updated successfully, but these errors were encountered: