Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/0xMiden/node
/ functions
Functions
2,587 in github.com/0xMiden/node
⨍
Functions
2,587
◇
Types & classes
507
Method
from
(value: diesel::result::Error)
crates/store/src/errors.rs:265
Method
from
(value: AccountTypeConfig)
crates/store/src/genesis/config/mod.rs:506
Method
from
(note: NoteRecord)
crates/store/src/db/mod.rs:181
Method
from
(value: NetworkNoteType)
crates/store/src/db/models/queries/notes.rs:92
Method
from
(err: RemoteProverClientError)
crates/remote-prover-client/src/lib.rs:48
Method
from
(tx_inputs: &TransactionInputs)
crates/remote-prover-client/src/remote_prover/tx_prover.rs:156
Method
from
(proposed_batch: ProposedBatch)
crates/remote-prover-client/src/remote_prover/batch_prover.rs:253
Method
from
(proposed_block: ProposedBlock)
crates/remote-prover-client/src/remote_prover/block_prover.rs:162
Method
from
(value: InvalidBlockRange)
crates/rpc/src/server/api.rs:68
Method
from
(value: String)
bin/network-monitor/src/service_status.rs:29
Method
from
(value: proto::ProofType)
bin/remote-prover/src/server/proof_kind.rs:22
Method
from
(value: StoreStorageOptions)
bin/node/src/commands/store.rs:59
Method
from_all_entries
Creates storage map details with all entries from the storage map. If the storage map has too many entries (> `MAX_RETURN_ENTRIES`), returns `LimitEx
crates/proto/src/domain/account.rs:465
Method
from_assets
Creates `AccountVaultDetails` from a list of assets.
crates/proto/src/domain/account.rs:376
Method
from_backend
(backend: B)
crates/store/src/account_state_forest/mod.rs:126
Method
from_batch
(batch: &ProposedBatch)
bin/remote-prover/src/server/tests.rs:64
Function
from_be_to_u32
(bytes: &[u8])
crates/store/src/db/models/utils.rs:42
Method
from_descriptor
(descriptor: &ServiceDescriptorProto, package: &str)
crates/proto/build.rs:191
Method
from_env
()
crates/utils/src/logging.rs:57
Method
from_forest_entries
Creates storage map details from forest-queried entries. Returns `LimitExceeded` if too many entries.
crates/proto/src/domain/account.rs:483
Method
from_hex
(hex: T)
crates/proto/src/domain/digest.rs:64
Method
from_hex
Parses a schema hash from its hex representation. Expects exactly 64 hex characters and panics otherwise.
crates/db/src/migration/schema.rs:27
Method
from_inner
Builder methods intended for easier test setup. Short-hand for `Self::new` where the input's are setup to match the transaction's initial account stat
crates/block-producer/src/domain/transaction.rs:186
Method
from_mempool
(mempool: &Mempool)
crates/block-producer/src/server/mod.rs:461
Method
from_notes_created
(starting_account_index: u32, notes_per_tx: &[u32])
crates/block-producer/src/test_utils/batch.rs:77
Method
from_proofs
Creates storage map details from pre-computed SMT proofs. Use this when the caller has already obtained the proofs from an `SmtForest`. Returns `Limi
crates/proto/src/domain/account.rs:504
Method
from_protocol
(update: &AccountUpdateDetails)
bin/ntx-builder/src/db/models/account_effect.rs:16
Method
from_prover_error
(err: ProverError)
crates/block-producer/src/proof_scheduler.rs:289
Method
from_proxy_status
(status: proto::remote_prover::ProxyStatus, url: String)
bin/network-monitor/src/service_status.rs:354
Method
from_raw_row
(row: (i64, Vec<u8>, Option<Vec<u8>>))
crates/store/src/db/mod.rs:119
Method
from_raw_row
(row: StorageMapValueRow)
crates/store/src/db/models/queries/accounts.rs:620
Method
from_raw_sql
( raw: Self::Raw, )
crates/store/src/db/models/conv.rs:74
Method
from_raw_sql
(raw: Self::Raw)
crates/db/src/conv.rs:71
Method
from_request
Returns the client IP resolved for `request` by [`ResolveClientIpLayer`], or `None` if it could not be determined.
crates/utils/src/grpc/layers.rs:69
Method
from_rpc_status
Creates `RpcStatusDetails` from a gRPC `RpcStatus` response and the configured URL.
bin/network-monitor/src/service_status.rs:384
Method
from_shared_mempool
( mempool: SharedMempool, store: Arc<State>, shutdown: CancellationToken, )
crates/block-producer/src/server/mod.rs:249
Method
from_signed_block
Filters the committed block down to the slice the ntx-builder cares about: public network notes, network-account updates, and all created nullifiers.
bin/ntx-builder/src/committed_block.rs:32
Method
from_store_inputs
( account_id: AccountId, inputs: StoreTransactionInputs, current_block_height: BlockNu
crates/block-producer/src/store/mod.rs:43
Method
from_str
(s: &str)
crates/store/src/genesis/config/mod.rs:629
Method
from_str
A [`QValue`] is limited to the `0..=1` range with up to three decimal places.
crates/rpc/src/server/accept.rs:365
Method
from_tx
(tx: &ExecutedTransaction)
bin/remote-prover/src/server/tests.rs:55
Method
from_txs
(starting_account_index: u32, num_txs_in_batch: u64)
crates/block-producer/src/test_utils/batch.rs:94
Method
full
( &self, request: Request<proto::note::NoteId>, )
crates/rpc/src/tests.rs:523
Method
full
( &self, request: Request<proto::transaction::ProvenTransaction>, )
crates/rpc/src/server/api/submit_proven_tx.rs:47
Method
full
(&self, request: Request<proto::note::NoteId>)
crates/rpc/src/server/api/get_network_note_status.rs:29
Method
full
( &self, request: Request<proto::transaction::TransactionBatch>, )
crates/rpc/src/server/api/submit_proven_tx_batch.rs:40
Method
full
( &self, request: Request<proto::rpc::BlockSubscriptionRequest>, )
crates/rpc/src/server/api/subscription/block.rs:37
Method
full
( &self, request: Request<proto::rpc::ProofSubscriptionRequest>, )
crates/rpc/src/server/api/subscription/proof.rs:39
Method
full
( &self, _request: tonic::Request<()>, )
bin/validator/src/server/validator_service/status.rs:12
Function
full_batch_selection_ignores_partial_internal_batch
()
crates/block-producer/src/mempool/tests.rs:52
Function
full_batch_selection_returns_internal_batch_at_transaction_limit
()
crates/block-producer/src/mempool/tests.rs:66
Method
full_node
( source_rpc: SourceRpcClient, readiness_threshold: u32, validator: Option<ValidatorCl
crates/rpc/src/server/mod.rs:89
Function
full_node_forwards_get_network_note_status_to_source_rpc
()
crates/rpc/src/tests.rs:621
Function
full_node_mode_contains_injectable_section_headings
()
bin/node/src/commands/section.rs:81
Function
full_node_preserves_original_accept_metadata_when_forwarding
()
crates/rpc/src/tests.rs:651
Function
fungible_delta_to_raw_sql
(delta: i64)
crates/store/src/db/models/conv.rs:219
Function
fungible_delta_to_raw_sql
(delta: i64)
crates/db/src/conv.rs:165
Method
generate
(init_seed: [u8; 32], new_account: bool)
crates/block-producer/src/test_utils/account.rs:33
Method
generate
Generates Rust source for a migrator from a migration directory. Call this from a `build.rs`, then include the generated file in the crate: ```ignor
crates/db/src/migration/build_script.rs:76
Function
genesis_accounts_have_nonce_one
()
crates/store/src/genesis/config/tests.rs:75
Function
genesis_with_account_assets
()
crates/store/src/db/tests.rs:1863
Function
genesis_with_account_assets_and_storage
()
crates/store/src/db/tests.rs:1971
Function
genesis_with_account_storage_map
()
crates/store/src/db/tests.rs:1904
Function
genesis_with_multiple_accounts
()
crates/store/src/db/tests.rs:2032
Method
get
(&self, key: &str)
crates/utils/tests/tracing_macros.rs:15
Method
get
(&self, procedure_hash: &Word)
bin/validator/src/tx_validation/data_store.rs:104
Function
get_account_error_to_status
(err: GetAccountError)
crates/rpc/src/server/api/get_account.rs:105
Function
get_account_request_includes_vault_details
()
bin/stress-test/src/store/mod.rs:199
Function
get_block_header_error_to_status
(err: GetBlockHeaderError)
crates/rpc/src/server/api.rs:262
Method
get_cloned
(&self)
bin/ntx-builder/src/chain_state.rs:112
Function
get_dashboard
( axum::extract::State(server_state): axum::extract::State<ServerState>, )
bin/network-monitor/src/frontend.rs:67
Method
get_depth24
(&self)
crates/large-smt-backend-rocksdb/src/rocksdb.rs:610
Method
get_foreign_account_inputs
( &self, _foreign_account_id: AccountId, _ref_block: BlockNumber, )
bin/network-monitor/src/deploy/mod.rs:315
Method
get_foreign_account_inputs
( &self, _foreign_account_id: AccountId, _ref_block: BlockNumber, )
bin/benchmark/src/create_proofs.rs:532
Method
get_foreign_account_inputs
( &self, foreign_account_id: AccountId, _ref_block: BlockNumber, )
bin/validator/src/tx_validation/data_store.rs:54
Method
get_foreign_account_inputs
( &self, foreign_account_id: AccountId, ref_block: BlockNumber, )
bin/ntx-builder/src/actor/execute.rs:630
Method
get_leaves
(&self, indices: &[u64])
crates/large-smt-backend-rocksdb/src/rocksdb.rs:589
Function
get_limits_decodes_unit_request
()
crates/rpc/src/server/api.rs:343
Function
get_limits_endpoint
()
crates/rpc/src/tests.rs:812
Method
get_note_script
( &self, _script_root: NoteScriptRoot, )
bin/network-monitor/src/deploy/mod.rs:348
Method
get_note_script
( &self, _script_root: NoteScriptRoot, )
bin/benchmark/src/create_proofs.rs:565
Method
get_note_script
( &self, _script_root: NoteScriptRoot, )
bin/validator/src/tx_validation/data_store.rs:95
Method
get_note_script
Retrieves a note script by its root hash. Uses a 3-tier lookup strategy: 1. In-memory LRU cache. 2. Local SQLite database. 3. Remote RPC via gRPC.
bin/ntx-builder/src/actor/execute.rs:744
Function
get_returns_inserted_value
()
crates/utils/src/lru_cache.rs:80
Function
get_returns_inserted_value
()
crates/utils/src/block_cache.rs:86
Function
get_returns_none_on_empty_cache
()
crates/utils/src/lru_cache.rs:74
Function
get_returns_none_on_empty_cache
()
crates/utils/src/block_cache.rs:80
Function
get_status
( axum::extract::State(server_state): axum::extract::State<ServerState>, )
bin/network-monitor/src/frontend.rs:92
Function
get_status_fragment
( axum::extract::State(server_state): axum::extract::State<ServerState>, )
bin/network-monitor/src/frontend.rs:78
Method
get_storage_map_witness
( &self, _account_id: AccountId, _map_root: Word, _map_key: StorageMapKey,
bin/network-monitor/src/deploy/mod.rs:306
Method
get_storage_map_witness
( &self, account_id: AccountId, map_root: Word, map_key: StorageMapKey, )
bin/benchmark/src/create_proofs.rs:511
Method
get_storage_map_witness
( &self, _account_id: AccountId, _map_root: Word, _map_key: StorageMapKey,
bin/validator/src/tx_validation/data_store.rs:82
Method
get_storage_map_witness
( &self, account_id: AccountId, map_root: Word, map_key: StorageMapKey, )
bin/ntx-builder/src/actor/execute.rs:694
Method
get_storage_map_witness
Fetches a storage map witness for a single key at the reference block.
bin/ntx-builder/src/clients/rpc.rs:322
Method
get_subtrees
(&self, indices: &[NodeIndex])
crates/large-smt-backend-rocksdb/src/rocksdb.rs:598
Method
get_transaction_inputs
( &self, account_id: AccountId, mut _block_refs: BTreeSet<BlockNumber>, )
bin/network-monitor/src/deploy/mod.rs:295
Method
get_transaction_inputs
( &self, account_id: AccountId, _block_refs: BTreeSet<BlockNumber>, )
bin/benchmark/src/create_proofs.rs:501
Method
get_transaction_inputs
( &self, account_id: AccountId, _ref_blocks: BTreeSet<BlockNumber>, )
bin/validator/src/tx_validation/data_store.rs:35
Method
get_transaction_inputs
( &self, account_id: AccountId, ref_blocks: BTreeSet<BlockNumber>, )
bin/ntx-builder/src/actor/execute.rs:604
Method
get_vault_asset_witnesses
( &self, account_id: AccountId, vault_root: Word, vault_keys: BTreeSet<AssetVa
bin/network-monitor/src/deploy/mod.rs:323
← previous
next →
1,801–1,900 of 2,587, ranked by callers