Module requests

Source

Modules§

get_account_proofs_request
Nested message and enum types in GetAccountProofsRequest.

Structs§

ApplyBlockRequest
Applies changes of a new block to the DB and in-memory data structures.
CheckNullifiersByPrefixRequest
Returns a list of nullifiers that match the specified prefixes and are recorded in the node.
CheckNullifiersRequest
Returns a nullifier proof for each of the requested nullifiers.
GetAccountDetailsRequest
Returns the latest state of an account with the specified ID.
GetAccountProofsRequest
Returns the latest state proofs of the specified accounts.
GetAccountStateDeltaRequest
Returns delta of the account states in the range from from_block_num (exclusive) to to_block_num (inclusive).
GetBlockByNumberRequest
Retrieves block data by given block number.
GetBlockHeaderByNumberRequest
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.
GetBlockInputsRequest
Returns data required to prove the next block.
GetNoteAuthenticationInfoRequest
Returns a list of Note inclusion proofs for the specified Note IDs.
GetNotesByIdRequest
Returns a list of notes matching the provided note IDs.
GetTransactionInputsRequest
Returns data required to validate a new transaction.
SubmitProvenTransactionRequest
Submits proven transaction to the Miden network.
SyncNoteRequest
Note synchronization request.
SyncStateRequest
State synchronization request.