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
Function
get_transaction_count
Returns the number of transactions sent from an address, up to a specific block. This is done by looking up the nonce of the account.
fendermint/eth/api/src/apis/eth.rs:459
Function
get_transaction_receipt
Returns the receipt of a transaction by transaction hash.
fendermint/eth/api/src/apis/eth.rs:480
Function
get_uncle_by_block_hash_and_index
Returns information about a uncle of a block by hash and uncle index position. It will always return None since Tendermint doesn't have uncles.
fendermint/eth/api/src/apis/eth.rs:591
Function
get_uncle_by_block_number_and_index
Returns information about a uncle of a block by number and uncle index position. It will always return None since Tendermint doesn't have uncles.
fendermint/eth/api/src/apis/eth.rs:601
Function
get_uncle_count_by_block_hash
Returns the number of uncles in a block from a block matching the given block hash. It will always return 0 since Tendermint doesn't have uncles.
fendermint/eth/api/src/apis/eth.rs:571
Function
get_uncle_count_by_block_number
Returns the number of uncles in a block from a block matching the given block number. It will always return 0 since Tendermint doesn't have uncles.
fendermint/eth/api/src/apis/eth.rs:581
Method
get_validator_changes
( &self, height: BlockHeight, )
fendermint/vm/topdown/src/proxy.rs:104
Method
get_validator_changes
( &self, _height: BlockHeight, )
fendermint/vm/topdown/src/finality/mod.rs:82
Method
get_validator_changes
( &self, height: BlockHeight, )
fendermint/vm/topdown/src/finality/fetch.rs:323
Method
get_validator_changeset
( &self, subnet_id: &SubnetID, epoch: ChainEpoch, )
ipc/provider/src/manager/evm/manager.rs:193
Method
get_validator_info
( &self, subnet: &SubnetID, validator: &Address, )
ipc/provider/src/manager/evm/manager.rs:836
Method
get_validator_weight
Get the weight of a validator It expects ID addresses as an input
ipc/api/src/runtime.rs:22
Function
global_options_ignore_help
()
fendermint/app/options/src/lib.rs:233
Function
hamt_modify
()
ipc/types/src/lib.rs:299
Function
handle
Handle JSON-RPC calls.
fendermint/eth/api/src/handlers/http.rs:30
Method
handle
(global: &GlobalArguments, arguments: &Self::Arguments)
ipc/cli/src/commands/daemon.rs:30
Method
handle
(&self, global: &GlobalArguments)
ipc/cli/src/commands/wallet/mod.rs:34
Method
handle
(global: &GlobalArguments, arguments: &Self::Arguments)
ipc/cli/src/commands/wallet/default.rs:19
Method
handle
(global: &GlobalArguments, arguments: &Self::Arguments)
ipc/cli/src/commands/wallet/export.rs:72
Method
handle
(global: &GlobalArguments, arguments: &Self::Arguments)
ipc/cli/src/commands/wallet/new.rs:20
Method
handle
(global: &GlobalArguments, arguments: &Self::Arguments)
ipc/cli/src/commands/wallet/remove.rs:19
Method
handle
(global: &GlobalArguments, arguments: &Self::Arguments)
ipc/cli/src/commands/wallet/balances.rs:22
Method
handle
(global: &GlobalArguments, arguments: &Self::Arguments)
ipc/cli/src/commands/wallet/import.rs:20
Method
handle
(global: &GlobalArguments, arguments: &Self::Arguments)
ipc/cli/src/commands/wallet/list.rs:19
Method
handle
(global: &GlobalArguments, arguments: &Self::Arguments)
ipc/cli/src/commands/checkpoint/list_validator_changes.rs:23
Method
handle
(&self, global: &GlobalArguments)
ipc/cli/src/commands/checkpoint/mod.rs:32
Method
handle
(global: &GlobalArguments, arguments: &Self::Arguments)
ipc/cli/src/commands/checkpoint/quorum_reached.rs:23
Method
handle
(global: &GlobalArguments, arguments: &Self::Arguments)
ipc/cli/src/commands/checkpoint/relayer.rs:29
Method
handle
(global: &GlobalArguments, arguments: &Self::Arguments)
ipc/cli/src/commands/checkpoint/bottomup_bundles.rs:23
Method
handle
(global: &GlobalArguments, arguments: &Self::Arguments)
ipc/cli/src/commands/checkpoint/bottomup_height.rs:21
Method
handle
(global: &GlobalArguments, arguments: &Self::Arguments)
ipc/cli/src/commands/subnet/set_federated_power.rs:20
Method
handle
(global: &GlobalArguments, arguments: &Self::Arguments)
ipc/cli/src/commands/subnet/validator.rs:21
Method
handle
(&self, global: &GlobalArguments)
ipc/cli/src/commands/subnet/mod.rs:50
Method
handle
(global: &GlobalArguments, arguments: &Self::Arguments)
ipc/cli/src/commands/subnet/show_gateway_contract_commit_sha.rs:19
Method
handle
(global: &GlobalArguments, arguments: &Self::Arguments)
ipc/cli/src/commands/subnet/kill.rs:19
Method
handle
(global: &GlobalArguments, arguments: &Self::Arguments)
ipc/cli/src/commands/subnet/send_value.rs:21
Method
handle
(global: &GlobalArguments, arguments: &Self::Arguments)
ipc/cli/src/commands/subnet/rpc.rs:20
Method
handle
(global: &GlobalArguments, arguments: &Self::Arguments)
ipc/cli/src/commands/subnet/list_subnets.rs:20
Method
handle
(global: &GlobalArguments, arguments: &Self::Arguments)
ipc/cli/src/commands/subnet/create.rs:69
Method
handle
(global: &GlobalArguments, arguments: &Self::Arguments)
ipc/cli/src/commands/subnet/genesis_epoch.rs:20
Method
handle
(global: &GlobalArguments, arguments: &Self::Arguments)
ipc/cli/src/commands/subnet/bootstrap.rs:19
Method
handle
(global: &GlobalArguments, arguments: &Self::Arguments)
ipc/cli/src/commands/subnet/join.rs:23
Method
handle
(global: &GlobalArguments, arguments: &Self::Arguments)
ipc/cli/src/commands/subnet/leave.rs:19
Method
handle
(global: &GlobalArguments, arguments: &Self::Arguments)
ipc/cli/src/commands/crossmsg/fund.rs:25
Method
handle
(&self, global: &GlobalArguments)
ipc/cli/src/commands/crossmsg/mod.rs:32
Method
handle
(global: &GlobalArguments, arguments: &Self::Arguments)
ipc/cli/src/commands/crossmsg/release.rs:22
Method
handle
(global: &GlobalArguments, arguments: &Self::Arguments)
ipc/cli/src/commands/crossmsg/topdown_cross.rs:23
Method
handle
(_global: &GlobalArguments, _arguments: &Self::Arguments)
ipc/cli/src/commands/crossmsg/propagate.rs:18
Method
handle
(_global: &GlobalArguments, arguments: &Self::Arguments)
ipc/cli/src/commands/util/f4.rs:20
Method
handle
(&self, global: &GlobalArguments)
ipc/cli/src/commands/config/mod.rs:22
Method
handle
(global: &GlobalArguments, _arguments: &Self::Arguments)
ipc/cli/src/commands/config/init.rs:17
Function
handleGreetingSet
(event: GreetingSet)
fendermint/testing/graph-test/subgraph/src/mappings.ts:23
Method
handle_behaviour_event
Handle events that the [`NetworkBehaviour`] macro generated for our [`Behaviour`], one for each field.
ipld/resolver/src/service.rs:297
Method
handle_established_inbound_connection
( &mut self, connection_id: ConnectionId, peer: PeerId, local_addr: &Multiaddr
ipld/resolver/src/behaviour/content.rs:281
Method
handle_established_inbound_connection
( &mut self, connection_id: ConnectionId, peer: PeerId, local_addr: &Multiaddr
ipld/resolver/src/behaviour/discovery.rs:279
Method
handle_established_inbound_connection
( &mut self, connection_id: ConnectionId, peer: PeerId, local_addr: &Multiaddr
ipld/resolver/src/behaviour/membership.rs:554
Method
handle_established_outbound_connection
( &mut self, connection_id: ConnectionId, peer: PeerId, addr: &Multiaddr,
ipld/resolver/src/behaviour/content.rs:311
Method
handle_established_outbound_connection
( &mut self, connection_id: ConnectionId, peer: PeerId, addr: &Multiaddr,
ipld/resolver/src/behaviour/discovery.rs:320
Method
handle_established_outbound_connection
( &mut self, connection_id: ConnectionId, peer: PeerId, addr: &Multiaddr,
ipld/resolver/src/behaviour/membership.rs:584
Function
handle_incoming
Handle an incoming request.
fendermint/eth/api/src/handlers/ws.rs:79
Function
handle_outgoing
Send a message from the application, result of an async subscription. Returns `false` if the socket has been closed, otherwise `true` to keep working
fendermint/eth/api/src/handlers/ws.rs:150
Method
handle_pending_inbound_connection
( &mut self, connection_id: ConnectionId, local_addr: &Multiaddr, remote_addr:
ipld/resolver/src/behaviour/content.rs:271
Method
handle_pending_inbound_connection
( &mut self, connection_id: ConnectionId, local_addr: &Multiaddr, remote_addr:
ipld/resolver/src/behaviour/discovery.rs:269
Method
handle_pending_inbound_connection
( &mut self, connection_id: ConnectionId, local_addr: &Multiaddr, remote_addr:
ipld/resolver/src/behaviour/membership.rs:544
Method
handle_pending_outbound_connection
( &mut self, connection_id: ConnectionId, maybe_peer: Option<PeerId>, addresse
ipld/resolver/src/behaviour/content.rs:296
Method
handle_pending_outbound_connection
( &mut self, connection_id: ConnectionId, maybe_peer: Option<PeerId>, addresse
ipld/resolver/src/behaviour/membership.rs:569
Method
handle_request
Handle an internal request coming from a [`Client`].
ipld/resolver/src/service.rs:426
Function
happy_path
()
fendermint/vm/topdown/src/sync/syncer.rs:544
Method
has
(&self, k: &Cid)
ipld/resolver/tests/store/mod.rs:20
Method
has_key
Return whether or not the Wallet contains a key that is resolved by the supplied address
ipc/wallet/src/fvm/wallet.rs:164
Method
has_quorum
(&self, h: BlockHeight)
fendermint/vm/topdown/tests/smt_voting.rs:131
Function
hash_hex
(s: &str)
fendermint/eth/api/src/filters.rs:780
Method
header_by_id
Get the Tendermint header at a specificed height or hash.
fendermint/eth/api/src/state.rs:234
Method
i256_cmp
(&self, other: &U256)
ipc/types/src/uints.rs:72
Method
i256_div
(&self, other: &U256)
ipc/types/src/uints.rs:82
Method
i256_mod
(&self, other: &U256)
ipc/types/src/uints.rs:114
Method
illegal_argument
(msg: String)
ipc/types/src/actor_error.rs:63
Method
illegal_state
(msg: String)
ipc/types/src/actor_error.rs:91
Function
import
Import `KeyInfo` into `KeyStore`
ipc/wallet/src/fvm/wallet.rs:237
Function
import_export
()
ipc/wallet/src/fvm/wallet.rs:329
Method
import_fvm_key
(&self, keyinfo: &str)
ipc/provider/src/lib.rs:790
Function
import_key
Import a secret key as one of the accounts in a manifest.
fendermint/app/src/cmd/materializer.rs:104
Method
init
( &self, state: Self::State, genesis: Self::Genesis, )
fendermint/vm/interpreter/src/signed.rs:243
Method
init
( &self, state: Self::State, genesis: Self::Genesis, )
fendermint/vm/interpreter/src/chain.rs:537
Method
init_chain
Called once upon genesis.
fendermint/app/src/app.rs:606
Function
insert_works
()
fendermint/vm/topdown/src/cache.rs:205
Method
insufficient_funds
(msg: String)
ipc/types/src/actor_error.rs:84
Function
into_contract_validators
( vals: Vec<Validator>, )
ipc/api/src/validator.rs:31
Method
into_inner
(self)
fendermint/vm/interpreter/src/fvm/custom_kernel.rs:42
Function
into_tendermint
(genesis_file: &PathBuf, args: &GenesisIntoTendermintArgs)
fendermint/app/src/cmd/genesis.rs:213
Method
invoke_method
( rt: &RT, method: MethodNum, params: Option<IpldBlock>, )
fendermint/actors/eam/src/lib.rs:107
Method
ipc_cli_wallet_import
Import the private key of an account into the `ipc-cli` wallet.
fendermint/testing/materializer/src/docker/mod.rs:467
Method
is_bls
Checks if the signed message is a BLS message.
fendermint/vm/message/src/signed.rs:228
Method
is_precompile
(&self)
ipc/types/src/ethaddr.rs:112
Method
is_root
Return true if the current subnet is the root subnet.
fendermint/vm/interpreter/src/fvm/state/ipc.rs:91
Method
is_secp256k1
Checks if the signed message is a SECP message.
fendermint/vm/message/src/signed.rs:233
Method
is_valid_account_address
Checks if a raw address has a valid Filecoin address protocol compatible with cross-net messages targetting a user account
ipc/api/src/address.rs:68
Method
is_valid_contract_address
Checks if a raw address has a valid Filecoin address protocol compatible with cross-net messages targetting a contract
ipc/api/src/address.rs:62
Function
is_valid_merkle_tree
(tree: Vec<Hash>)
ext/merkle-tree-rs/src/core.rs:202
Method
iterate
(&self, ns: &S::Namespace)
fendermint/storage/src/im.rs:159
← previous
next →
1,701–1,800 of 2,468, ranked by callers