Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChainSafe/Delorean-Protocol
/ functions
Functions
2,468 in github.com/ChainSafe/Delorean-Protocol
⨍
Functions
2,468
◇
Types & classes
742
Method
drop
(&mut self)
fendermint/testing/materializer/src/docker/network.rs:104
Method
drop
(&mut self)
fendermint/rocksdb/src/kvstore.rs:257
Method
drop
(&mut self)
ipc/wallet/src/evm/mod.rs:59
Method
drop
(&mut self)
ipc/wallet/src/evm/persistent.rs:49
Method
drop
(&mut self)
ipc/provider/src/lib.rs:761
Method
dummy
(root_id: u64)
fendermint/vm/resolver/src/pool.rs:196
Method
echo
(rt: &impl Runtime, _params: ())
fendermint/actors/cetf/src/actor.rs:35
Method
empty
()
fendermint/storage/src/im.rs:226
Method
empty
Create an uninitialized instance. Before blocks can be added to it we will have to set the last finalized block. The reason this exists is so that we
fendermint/vm/topdown/src/voting.rs:78
Method
enable
(rt: &impl Runtime)
fendermint/actors/cetf/src/actor.rs:104
Method
enabled
(inner: P)
fendermint/vm/topdown/src/toggle.rs:25
Method
encrypt
(encryption_key: &[u8], msg: &[u8])
ipc/wallet/src/fvm/keystore.rs:472
Method
end
(&self, state: Self::State)
fendermint/vm/interpreter/src/signed.rs:168
Method
end
( &self, (env, state): Self::State, )
fendermint/vm/interpreter/src/chain.rs:416
Method
end
(&self, mut state: Self::State)
fendermint/vm/interpreter/src/fvm/exec.rs:248
Method
enforce_f0_source
Agents may set the source of a checkpoint using f2-based subnetIDs, \ but actors are expected to use f0-based subnetIDs, thus the need to enforce that
ipc/api/src/runtime.rs:13
Method
enqueue_tag
Add a new tag to the state to be signed by the validators Callable by anyone and designed to be called from Solidity contracts
fendermint/actors/cetf/src/actor.rs:47
Method
ensure_deployer_allowed
(rt: &impl Runtime)
fendermint/actors/eam/src/lib.rs:48
Function
estimate_gas
Generates and returns an estimate of how much gas is necessary to allow the transaction to complete. The transaction will not be added to the blockcha
fendermint/eth/api/src/apis/eth.rs:721
Function
eth_sign_and_tamper
(msg: EthMessage, chain_id: u64, key: KeyPair)
fendermint/vm/message/src/signed.rs:428
Function
eth_sign_and_verify
(msg: EthMessage, chain_id: u64, key: KeyPair)
fendermint/vm/message/src/signed.rs:412
Function
eth_to_non_eth_sign_and_verify
(msg: EthMessage, chain_id: u64, from: KeyPair, to: KeyPair)
fendermint/vm/message/src/signed.rs:457
Function
ethaddr_from_str
()
ipc/types/src/ethaddr.rs:149
Method
ethapi_rpc_host_port
Mapping the internal 8445 port to the host.
fendermint/testing/materializer/src/docker/mod.rs:146
Method
existing_deployment
( &mut self, subnet_name: &SubnetName, gateway: H160, registry: H160, )
fendermint/testing/materializer/src/validation.rs:209
Method
existing_deployment
( &mut self, subnet_name: &SubnetName, gateway: H160, registry: H160, )
fendermint/testing/materializer/src/docker/mod.rs:635
Function
expand_path
Expand a path which can either be : absolute, e.g. "/foo/bar" relative to the system `$HOME` directory, e.g. "~/foo/bar" relative to the configured `-
fendermint/app/settings/src/utils.rs:36
Method
expecting
(&self, formatter: &mut fmt::Formatter)
ipc/types/src/uints.rs:208
Method
expecting
(&self, formatter: &mut Formatter)
ipc/provider/src/lotus/message/deserialize.rs:45
Method
expecting
(&self, formatter: &mut Formatter)
ipc/provider/src/config/deserialize.rs:43
Function
export
(output_dir: &Path, name: &str, ext: &str, b64: &str)
fendermint/app/src/cmd/key.rs:204
Method
export_evm
(provider: &IpcProvider, arguments: &WalletExportArgs)
ipc/cli/src/commands/wallet/export.rs:22
Method
export_fvm
(provider: &IpcProvider, arguments: &WalletExportArgs)
ipc/cli/src/commands/wallet/export.rs:47
Function
export_key_info
Return `KeyInfo` for given address in `KeyStore`
ipc/wallet/src/fvm/wallet.rs:224
Function
export_topdown_events
(args: &DebugExportTopDownEventsArgs)
fendermint/app/src/cmd/debug.rs:33
Method
extend_vote
(&self, request: request::ExtendVote)
fendermint/app/src/app.rs:444
Method
extend_vote
( &self, state: Self::State, msg: Self::ExtendMessage, )
fendermint/vm/interpreter/src/signed.rs:265
Method
extend_vote
( &self, state: Self::State, msg: Self::ExtendMessage, )
fendermint/vm/interpreter/src/bytes.rs:313
Method
extend_vote
( &self, state: Self::State, msg: Self::ExtendMessage, )
fendermint/vm/interpreter/src/chain.rs:559
Method
extend_vote
Sign the vote.
fendermint/vm/interpreter/src/fvm/extend.rs:109
Function
fee_history
Returns transaction base fee per gas and effective priority fee per gas for the requested/supported block range.
fendermint/eth/api/src/apis/eth.rs:177
Method
fendermint_metrics_host_port
Mapping the internal 9184 of fendermint to the host.
fendermint/testing/materializer/src/docker/mod.rs:151
Function
fevm_call
Call an EVM contract through RPC and print the response to STDOUT as JSON.
fendermint/app/src/cmd/rpc.rs:232
Method
fevm_create
Deploy a FEVM contract.
fendermint/rpc/src/tx.rs:73
Function
fevm_estimate_gas
Estimate the gas of an EVM call through RPC and print the response to STDOUT as JSON.
fendermint/app/src/cmd/rpc.rs:262
Function
fevm_invoke
Invoke an EVM contract through RPC and print the response to STDOUT as JSON.
fendermint/app/src/cmd/rpc.rs:208
Method
fevm_invoke
Invoke a method on a FEVM contract.
fendermint/rpc/src/tx.rs:88
Function
filter_to_query
()
fendermint/eth/api/src/filters.rs:775
Method
finalize_block
( &self, request: request::FinalizeBlock, )
fendermint/abci/examples/kvstore.rs:97
Method
finalize_block
The transaction execution step of the application. Combines what used to be `BeginBlock`, `DeliverTx`, and `EndBlock`.
fendermint/app/src/app.rs:923
Function
findAddressPositionInFacets
(facetAddress, facets)
contracts/scripts/js/diamond.js:71
Method
first_non_null_block
(&self, height: BlockHeight)
fendermint/vm/topdown/src/toggle.rs:127
Method
first_non_null_block
(&self, height: BlockHeight)
fendermint/vm/topdown/src/finality/fetch.rs:237
Method
flush
Put the value into the store and overwrite the `Cid`.
ipc/types/src/link.rs:90
Method
fmt
(&self, f: &mut std::fmt::Formatter<'_>)
fendermint/eth/api/src/error.rs:109
Method
fmt
(&self, f: &mut Formatter<'_>)
fendermint/app/settings/src/lib.rs:50
Method
fmt
(&self, f: &mut std::fmt::Formatter<'_>)
fendermint/vm/actor_interface/src/eam.rs:69
Method
fmt
(&self, f: &mut std::fmt::Formatter<'_>)
fendermint/vm/interpreter/src/fvm/state/fevm.rs:49
Method
fmt
(&self, f: &mut Formatter<'_>)
fendermint/vm/topdown/src/lib.rs:127
Method
fmt
(&self, f: &mut std::fmt::Formatter<'_>)
fendermint/vm/topdown/tests/smt_voting.rs:61
Method
fmt
(&self, f: &mut std::fmt::Formatter<'_>)
fendermint/testing/materializer/src/lib.rs:39
Method
fmt
(&self, f: &mut std::fmt::Formatter<'_>)
fendermint/testing/materializer/src/materials/defaults.rs:27
Method
fmt
(&self, f: &mut std::fmt::Formatter<'_>)
fendermint/testing/materializer/src/docker/relayer.rs:27
Method
fmt
(&self, f: &mut std::fmt::Formatter<'_>)
fendermint/testing/materializer/src/docker/network.rs:31
Method
fmt
(&self, f: &mut std::fmt::Formatter<'_>)
fendermint/testing/materializer/src/docker/node.rs:78
Method
fmt
(&self, f: &mut std::fmt::Formatter<'_>)
ipc/types/src/lib.rs:129
Method
fmt
(&self, f: &mut std::fmt::Formatter<'_>)
ipc/types/src/ethaddr.rs:28
Method
fmt
(&self, f: &mut Formatter<'_>)
ipc/wallet/src/evm/mod.rs:124
Method
fmt
(&self, f: &mut Formatter<'_>)
ipc/wallet/src/evm/persistent.rs:223
Method
fmt
(&self, f: &mut Formatter<'_>)
ipc/api/src/checkpoint.rs:43
Method
fmt
(&self, f: &mut fmt::Formatter<'_>)
ipc/api/src/address.rs:81
Method
fmt
(&self, f: &mut fmt::Formatter<'_>)
ipc/api/src/subnet_id.rs:199
Method
fmt
(&self, f: &mut Formatter<'_>)
ipc/api/src/staking.rs:66
Method
fmt
(&self, f: &mut Formatter<'_>)
ipc/provider/src/checkpoint.rs:93
Method
forbidden
(msg: String)
ipc/types/src/actor_error.rs:77
Method
format
(hash: Cow<Hash>)
ext/merkle-tree-rs/src/format.rs:25
Method
from
(value: libsecp256k1::SecretKey)
fendermint/crypto/src/lib.rs:90
Method
from
(value: TransactionRequestCompat)
fendermint/eth/api/src/apis/eth.rs:1180
Method
from
(bytes: [u8; 32])
fendermint/actors/cetf/src/shared.rs:28
Method
from
(value: EthAddress)
fendermint/vm/actor_interface/src/eam.rs:81
Method
from
(value: PermissionMode)
fendermint/vm/genesis/src/lib.rs:215
Method
from
(value: gateway_getter_facet::ParentFinality)
fendermint/vm/topdown/src/convert.rs:29
Method
from
(value: &TestItem)
fendermint/vm/resolver/src/pool.rs:205
Method
from
(config: &RocksDbConfig)
fendermint/rocksdb/src/rocks/config.rs:52
Method
from
(value: PublicKey)
ipld/resolver/src/vote_record.rs:42
Method
from
(amount: &TokenAmount)
ipc/types/src/uints.rs:167
Method
from
(e: fvm_ipld_encoding::Error)
ipc/types/src/actor_error.rs:151
Method
from
(cid: Cid)
ipc/types/src/lib.rs:98
Method
from
(t: TAddress<T>)
ipc/types/src/taddress.rs:69
Method
from
(v: U256)
ipc/types/src/ethaddr.rs:20
Method
from
(f: io::Error)
ipc/wallet/src/fvm/errors.rs:31
Method
from
(key: KeyInfoJson)
ipc/wallet/src/fvm/keystore.rs:92
Method
from
(inner: ethers::types::Address)
ipc/wallet/src/evm/mod.rs:99
Method
from
(e: fil_actors_runtime::ActorError)
ipc/api/src/error.rs:21
Method
from
(m: CIDMap)
ipc/provider/src/lotus/message/mod.rs:52
Method
from
(j: JsonRpcResponse<T>)
ipc/provider/src/jsonrpc/mod.rs:136
Method
from_bytes
(bytes: &[u8])
fendermint/actors/cetf/src/shared.rs:56
Method
from_bytes
Deserialize then check the domain tags and the signature.
ipld/resolver/src/signed_record.rs:62
Method
from_bytes
(bz: &[u8])
ipc/api/src/address.rs:45
Method
from_file
Read a manifest from file. It chooses the format based on the extension.
fendermint/testing/materializer/src/manifest.rs:50
← previous
next →
1,501–1,600 of 2,468, ranked by callers