Get desktop application:
View/edit binary Protocol Buffers messages
Submits an already-authenticated transaction directly to the mempool. Returns the node's current block height.
An authenticated transaction.
The proven transaction. Encoded using [miden_protocol::transaction::ProvenTransaction::to_bytes].
The account state provided by the store inputs, if any.
Unauthenticated input note commitments that have since been committed to, and authenticated.
The chain height at which authentication took place.
Submits a batch of already-authenticated transactions directly to the mempool. Returns the node's current block height.
A proposed batch together with the inputs each of its transactions was authenticated against.
The proposed batch. Encoded using [miden_protocol::batch::ProposedBatch::to_bytes].
The store inputs for each transaction in the batch. Must match the transaction ordering in the batch.
The store-derived inputs a transaction was authenticated against. This is the wire form of the block producer's lightweight transaction inputs (the result of authenticating a transaction against the store state), not the protocol's transaction inputs used for re-execution.
Used in:
The account ID of the transaction.
The transaction account's current onchain commitment, if any.
The transaction's nullifiers and the block in which each was consumed, if any.
Unauthenticated input note commitments which were found committed in the store.
The current chain tip.
A nullifier together with the block in which it was consumed.
Used in:
The nullifier.
The block number in which the nullifier was consumed; 0 if it is unspent.