Modules§
- get_
account_ proofs_ request - Nested message and enum types in
GetAccountProofsRequest.
Structs§
- Apply
Block Request - Applies changes of a new block to the DB and in-memory data structures.
- Check
Nullifiers ByPrefix Request - Returns a list of nullifiers that match the specified prefixes and are recorded in the node.
- Check
Nullifiers Request - Returns a nullifier proof for each of the requested nullifiers.
- GetAccount
Details Request - Returns the latest state of an account with the specified ID.
- GetAccount
Proofs Request - Returns the latest state proofs of the specified accounts.
- GetAccount
State Delta Request - Returns delta of the account states in the range from
from_block_num(exclusive) toto_block_num(inclusive). - GetBlock
ByNumber Request - Retrieves block data by given block number.
- GetBlock
Header ByNumber Request - Returns the block header corresponding to the requested block number, as well as the merkle path and current forest which validate the block’s inclusion in the chain.
- GetBlock
Inputs Request - Returns data required to prove the next block.
- GetNote
Authentication Info Request - Returns a list of Note inclusion proofs for the specified Note IDs.
- GetNotes
ById Request - Returns a list of notes matching the provided note IDs.
- GetTransaction
Inputs Request - Returns data required to validate a new transaction.
- Submit
Proven Transaction Request - Submits proven transaction to the Miden network.
- Sync
Note Request - Note synchronization request.
- Sync
State Request - State synchronization request.