MCPcopy Create free account

hub / github.com/deltadevsde/prism / functions

Functions870 in github.com/deltadevsde/prism

Methodfmt
(&self, f: &mut std::fmt::Formatter<'_>)
crates/keys/src/algorithm.rs:51
Methodfmt
(&self, f: &mut std::fmt::Formatter)
crates/keys/src/verifying_keys.rs:359
Methodfrom
(err: PrismHttpClientError)
crates/client/src/http_prism_api.rs:45
Methodfrom
(err: reqwest::Error)
crates/client/src/http_client.rs:86
Methodfrom
(_: PoisonError<T>)
crates/crosstarget/src/tasks.rs:83
Methodfrom
(token: Token)
crates/crosstarget/src/token.rs:50
Methodfrom
(event: PrismEvent)
crates/node_types/uniffi-lightclient/src/types.rs:73
Methodfrom
(port: MessagePort)
crates/node_types/wasm-lightclient/src/worker.rs:41
Methodfrom
(err: TelemetryError)
crates/cli/src/error.rs:19
Methodfrom
(network: CliCelestiaNetwork)
crates/cli/src/cli_args/da.rs:25
Methodfrom
(err: bincode::Error)
crates/errors/src/lib.rs:71
Methodfrom
(err: broadcast::error::RecvError)
crates/events/src/channel.rs:69
Methodfrom
(err: TransactionError)
crates/api/src/error.rs:41
Methodfrom
(sk: SigningKey)
crates/common/src/operation.rs:125
Methodfrom
(value: [u8; N])
crates/common/src/digest.rs:64
Methodfrom
(proof: groth16::Proof<Bls12>)
crates/zk/groth16/src/lib.rs:107
Methodfrom
(signature: Signature)
crates/keys/src/signatures.rs:140
Methodfrom
(signing_key: SigningKey)
crates/keys/src/signing_keys.rs:272
Methodfrom
(verifying_key: VerifyingKey)
crates/keys/src/verifying_keys.rs:308
Methodfrom_algorithm_and_bytes
(algorithm: CryptoAlgorithm, bytes: &[u8])
crates/keys/src/signatures.rs:42
Methodfrom_algorithm_and_bytes
(algorithm: CryptoAlgorithm, bytes: &[u8])
crates/keys/src/signing_keys.rs:123
Methodfrom_algorithm_and_bytes
(algorithm: CryptoAlgorithm, bytes: &[u8])
crates/keys/src/verifying_keys.rs:94
Methodfrom_base64
(base64: T)
crates/common/src/digest.rs:89
Methodfrom_base64
(base64: T)
crates/keys/src/verifying_keys.rs:331
Methodfrom_base64
(base64: T)
crates/serde/src/base64.rs:28
Methodfrom_bech32
(bech32: &str)
crates/serde/src/bech32.rs:29
Methodfrom_hex
(hex: T)
crates/common/src/digest.rs:81
Methodfrom_hex
(hex: U)
crates/serde/src/hex.rs:28
Methodfrom_pkcs8_der
(bytes: &[u8])
crates/keys/src/signing_keys.rs:172
Methodfrom_pkcs8_der_doc
(doc: &Document)
crates/keys/src/signing_keys.rs:143
Methodfrom_pkcs8_pem_file
(file_path: impl AsRef<Path>)
crates/keys/src/signing_keys.rs:177
Methodfrom_pkcs8_pem_path_or_create_ed25519
(file_path: impl AsRef<Path>)
crates/keys/src/signing_keys.rs:185
Methodfrom_prism_der
(bytes: &[u8])
crates/keys/src/signatures.rs:112
Methodfrom_root_hash
(root_hash: RootHash)
crates/zk/nova/src/utils.rs:36
Methodfrom_spki
(spki: SubjectPublicKeyInfoRef)
crates/keys/src/verifying_keys.rs:228
Methodfrom_spki_base64
(base64: &str)
crates/keys/src/verifying_keys.rs:273
Methodfrom_spki_der
(bytes: &[u8])
crates/keys/src/verifying_keys.rs:267
Methodfrom_spki_pem_file
(filename: impl AsRef<Path>)
crates/keys/src/verifying_keys.rs:279
Methodfrom_spki_pem_path_or_base64
(input: &str)
crates/keys/src/verifying_keys.rs:287
Methodfrom_str
(s: &str)
crates/presets/src/lib.rs:17
Methodfrom_str
(input: &str)
crates/keys/src/algorithm.rs:38
Methodgeneral_error
(msg: impl Into<String>)
crates/node_types/uniffi-lightclient/src/error.rs:62
Methodget_account
(&self, id: &str)
crates/client/src/http_prism_api.rs:24
Methodget_account
(&self, id: &str)
crates/node_types/prover/src/prover/mod.rs:328
Methodget_account
(&self, _: &str)
crates/api/src/noop.rs:33
Methodget_account
(&self, id: &str)
crates/common/src/test_transaction_builder.rs:100
Methodget_accounts
(&self)
crates/common/src/test_transaction_builder.rs:88
Methodget_commitment
(&self)
crates/client/src/http_prism_api.rs:30
Methodget_commitment
(&self, epoch: &u64)
crates/storage/src/inmemory.rs:88
Methodget_commitment
(&self)
crates/api/src/mock.rs:52
Methodget_commitment
(&self)
crates/api/src/noop.rs:37
Methodget_current_commitment
Gets the current commitment.
crates/node_types/uniffi-lightclient/src/lib.rs:68
Methodget_finalized_epochs
(&self, height: u64)
crates/da/src/celestia/light_client.rs:453
Methodget_finalized_epochs
(&self, height: u64)
crates/da/src/celestia/full_node.rs:311
Methodget_last_synced_height
(&self)
crates/storage/src/inmemory.rs:134
Methodget_latest_commitment
(&self)
crates/node_types/lightclient/src/lightclient.rs:154
Methodget_latest_epoch
(&self)
crates/storage/src/inmemory.rs:129
Methodget_latest_height
(&self)
crates/da/src/celestia/full_node.rs:336
Methodget_node_option
(&self, node_key: &NodeKey)
crates/storage/src/inmemory.rs:48
Methodget_node_option
(&self, node_key: &NodeKey)
crates/storage/src/rocksdb.rs:238
Methodget_pending_transactions
(&self)
crates/node_types/prover/src/sequencer.rs:231
Methodget_rightmost_leaf
(&self)
crates/storage/src/inmemory.rs:52
Methodget_rightmost_leaf
This method only gets called on JMT restoration TODO: Add test cases in KeyDirectoryTree to test this functionality
crates/storage/src/rocksdb.rs:277
Methodget_sync_state
(&self)
crates/node_types/lightclient/src/lightclient.rs:89
Methodget_transactions
(&self, height: u64)
crates/da/src/celestia/full_node.rs:369
Methodget_value_option
( &self, max_version: Version, key_hash: KeyHash, )
crates/storage/src/inmemory.rs:56
Methodhandle_new_header
(&self, height: u64)
crates/node_types/lightclient/src/syncer.rs:136
Methodhash
(data: impl AsRef<[u8]>)
crates/common/src/digest.rs:27
Methodhash
(&self, state: &mut H)
crates/keys/src/verifying_keys.rs:56
Methodhash_items
(items: &[impl AsRef<[u8]>])
crates/common/src/digest.rs:33
Functionhide
()
doc/book/searcher.js:305
FunctioninitResize
(e)
doc/book/book.js:506
Methodinitial_circuit_index
(&self)
crates/zk/nova/src/batch.rs:81
Methodinitialization_error
(msg: impl Into<String>)
crates/node_types/uniffi-lightclient/src/error.rs:50
Functioninvalid_less_than_circuit_a_eq_b
()
crates/zk/groth16/src/lib.rs:271
Functioninvalid_less_than_circuit_a_gt_b
()
crates/zk/groth16/src/lib.rs:263
Methodis_error
(&self)
crates/events/src/event.rs:49
Methodis_triggered
Returns if event is triggered or not.
crates/crosstarget/src/token.rs:32
Functionle_with_scalar_valid
()
crates/zk/groth16/src/lib.rs:248
Methodload
Load configuration from file and CLI arguments
crates/cli/src/apply_args/traits.rs:24
Functionmain
Binary executable for generating UniFFI bindings. This binary is used by the build system to generate language bindings. This is the entry point for
crates/node_types/uniffi-lightclient/src/bin/uniffi-bindgen.rs:6
Functionmain
()
crates/cli/src/main.rs:27
Functionmain
()
crates/zk/sp1-script/src/main.rs:235
Functionmain
Recursive prover - used for all epochs after the initial epoch This binary ALWAYS performs recursive verification, with no option to skip it
crates/zk/sp1/src/bin/recursive_prover.rs:9
Functionmain
Base prover - only used for the initial epoch (epoch 0) This binary intentionally does NOT have recursive verification capability
crates/zk/sp1/src/bin/base_prover.rs:8
Functionmain
()
crates/zk/sp1-builder/build.rs:4
Methodmodify
(&self)
crates/api/src/account_ext.rs:17
Methodmodify_via_api
(&self, prism: &'a P)
crates/api/src/account_ext.rs:21
Methodname
()
crates/keys/src/signatures.rs:159
Methodname
()
crates/keys/src/verifying_keys.rs:369
Methodnetwork_error
(msg: impl Into<String>)
crates/node_types/uniffi-lightclient/src/error.rs:46
Methodnew
(base_url: &str)
crates/client/src/http_client.rs:13
Methodnew
()
crates/telemetry/src/metrics_registry.rs:32
Methodnew
Create a new `Interval` with provided duration between firings
crates/crosstarget/src/time.rs:18
Methodnew
()
crates/crosstarget/src/tasks.rs:89
Methodnew
Create a new token
crates/crosstarget/src/token.rs:13
Methodnew
(network_name: String, base_path: Option<String>)
crates/node_types/uniffi-lightclient/src/lib.rs:31
Methodnew
( da: Arc<dyn DataAvailabilityLayer>, db: Arc<Box<dyn Database>>, event_channel: Event
crates/node_types/prover/src/syncer.rs:30
Methodnew
( db: Arc<Box<dyn Database>>, da: Arc<dyn DataAvailabilityLayer>, config: &crate::prov
crates/node_types/prover/src/sequencer.rs:41
Methodnew
(cfg: WebServerConfig, prism: Arc<P>)
crates/node_types/prover/src/webserver.rs:58
← previousnext →501–600 of 870, ranked by callers