MCPcopy Create free account

hub / github.com/ChainSafe/Delorean-Protocol / functions

Functions2,468 in github.com/ChainSafe/Delorean-Protocol

Methodfrom_file
Reads a TOML configuration file specified in the `path` and returns a [`Config`] struct.
ipc/provider/src/config/mod.rs:80
Methodfrom_file_async
Reads a TOML configuration file specified in the `path` and returns a [`Config`] struct.
ipc/provider/src/config/mod.rs:95
Methodfrom_id
Returns an EVM-form ID address from actor ID. This is copied from the `evm` actor library.
fendermint/vm/actor_interface/src/eam.rs:43
Methodfrom_id
Returns an EVM-form ID address from actor ID.
ipc/types/src/ethaddr.rs:75
Methodfrom_prefix
Assuming correct contstruction of resources, get the testnet prefix.
fendermint/testing/materializer/src/lib.rs:234
Methodfrom_reader
(reader: impl std::io::prelude::Read)
fendermint/rpc/src/client.rs:364
Methodfrom_repr
(repr: &Self::Repr)
fendermint/storage/src/im.rs:274
Methodfrom_repr
(repr: &Self::Repr)
fendermint/app/src/store.rs:41
Methodfrom_repr
(repr: &Self::Repr)
fendermint/rocksdb/src/kvstore.rs:301
Methodfrom_root
(store: BS, root_cid: Cid)
fendermint/vm/interpreter/src/fvm/state/snapshot.rs:172
Methodfrom_signed_envelope
(envelope: SignedEnvelope)
ipld/resolver/src/signed_record.rs:48
Methodfrom_str
(s: &str)
ipc/types/src/ethaddr.rs:36
Methodfrom_str
(s: &str)
ipc/wallet/src/lib.rs:32
Methodfrom_str
(s: &str)
ipc/wallet/src/evm/mod.rs:79
Methodfrom_str
(addr: &str)
ipc/api/src/address.rs:90
Methodfrom_str
(id: &str)
ipc/api/src/subnet_id.rs:220
Methodfrom_str
(s: &str)
ipc/provider/src/lib.rs:754
Methodfrom_string
(response: impl AsRef<[u8]>)
fendermint/rpc/src/client.rs:335
Methodfrom_subnet
A constructor that returns a `LotusJsonRPCClient` from a `Subnet`. The returned `LotusJsonRPCClient` makes requests to the URL defined in the `Subnet`
ipc/provider/src/lotus/client.rs:449
Methodfrom_subnet_with_wallet_store
( subnet: &crate::config::Subnet, wallet_store: Arc<RwLock<Wallet>>, )
ipc/provider/src/lotus/client.rs:456
Methodfrom_subnet_with_wallet_store
( subnet: &Subnet, keystore: Option<Arc<RwLock<PersistentKeyStore<EthKeyAddress>>>>, )
ipc/provider/src/manager/evm/manager.rs:1057
Methodfrom_toml_str
Reads a TOML configuration in the `s` string and returns a [`Config`] struct.
ipc/provider/src/config/mod.rs:74
Methodfrom_u128_words
(high: u128, low: u128)
ipc/types/src/uints.rs:42
Methodfrom_u64
(value: u64)
ipc/types/src/uints.rs:52
Methodfund
Funds an account in a child subnet, if `to` is `None`, the self account is funded.
ipc/provider/src/lib.rs:428
Methodfund
( &self, subnet: SubnetID, gateway_addr: Address, from: Address, to: A
ipc/provider/src/manager/evm/manager.rs:531
Methodfund_from_faucet
( &'s mut self, account: &'a VAccount, reference: Option<ResourceHash>, )
fendermint/testing/materializer/src/validation.rs:175
Methodfund_from_faucet
( &'s mut self, account: &'a DefaultAccount, reference: Option<ResourceHash>, )
fendermint/testing/materializer/src/docker/mod.rs:612
Methodfund_subnet
( &'s mut self, _parent_submit_config: &SubmitConfig<'a, ValidationMaterials>, account
fendermint/testing/materializer/src/validation.rs:299
Methodfund_subnet
( &'s mut self, parent_submit_config: &SubmitConfig<'a, DockerMaterials>, account: &'a
fendermint/testing/materializer/src/docker/mod.rs:848
Methodfund_with_token
Funds an account in a child subnet with erc20 token, provided that the supply source kind is `ERC20`. If `from` is None, it will use the default addre
ipc/provider/src/lib.rs:455
Methodfund_with_token
( &self, subnet: SubnetID, from: Address, to: Address, amount: TokenAm
ipc/provider/src/manager/evm/manager.rs:597
Functionfuture_opt
Run a future option, returning the optional result.
fendermint/vm/resolver/src/ipld.rs:110
Methodgas_available
(&self)
fendermint/vm/interpreter/src/fvm/custom_kernel.rs:77
Functiongas_outputs_test
()
fendermint/eth/api/src/gas/output.rs:117
Functiongas_price
Returns the current price per gas in wei.
fendermint/eth/api/src/apis/eth.rs:307
Functiongen_addresses
Generate random ethereum address.
fendermint/testing/materializer/src/arb.rs:191
Methodgen_command
New random command.
fendermint/vm/topdown/tests/smt_voting.rs:285
Methodgen_command
( &self, u: &mut Unstructured, state: &Self::State, )
fendermint/testing/contract-test/tests/staking/machine.rs:176
Methodgen_state
New random state.
fendermint/vm/topdown/tests/smt_voting.rs:217
Functiongenerate_new_key
()
ipc/wallet/src/fvm/wallet.rs:390
Functiongenesis_cbor
(value0: Genesis)
fendermint/vm/genesis/src/lib.rs:268
Methodgenesis_epoch
(&self)
fendermint/vm/topdown/src/toggle.rs:46
Methodgenesis_epoch
(&self)
fendermint/vm/topdown/src/finality/fetch.rs:66
Functiongenesis_json
(value0: Genesis)
fendermint/vm/genesis/src/lib.rs:258
Methodget
(&self, k: &Cid)
fendermint/vm/interpreter/src/fvm/store/memory.rs:32
Methodget
(&self, k: &Cid)
fendermint/rocksdb/src/blockstore.rs:13
FunctiongetSelector
(func)
contracts/scripts/js/diamond.js:21
FunctiongetSubnetActor
( env: string, )
contracts/hardhat.config.ts:131
Methodget_actor_state
Query the actor state from the state tree under the two different stages.
fendermint/vm/interpreter/src/fvm/state/genesis.rs:538
Methodget_applied_top_down_nonce
(&self, subnet_id: &SubnetID)
ipc/provider/src/manager/evm/manager.rs:932
Functionget_balance
Returns the balance of the account of given address.
fendermint/eth/api/src/apis/eth.rs:317
Methodget_beacon_randomness
(&self, _round: ChainEpoch)
fendermint/vm/interpreter/src/fvm/externs.rs:47
Functionget_block_by_hash
Returns information about a block by hash.
fendermint/eth/api/src/apis/eth.rs:335
Functionget_block_by_number
Returns information about a block by block number.
fendermint/eth/api/src/apis/eth.rs:350
Methodget_block_hash
( rt: &impl Runtime, epoch: ChainEpoch, )
fendermint/actors/chainmetadata/src/actor.rs:79
Methodget_block_hash
(&self, _height: BlockHeight)
fendermint/vm/topdown/src/finality/mod.rs:68
Methodget_block_hash
(&self, height: BlockHeight)
fendermint/vm/topdown/src/finality/fetch.rs:289
Methodget_block_hash
( &self, subnet: &SubnetID, height: ChainEpoch, )
ipc/provider/src/lib.rs:631
Functionget_block_receipts
Returns receipts for all the transactions in a block.
fendermint/eth/api/src/apis/eth.rs:517
Functionget_block_transaction_count_by_hash
Returns the number of transactions in a block from a block matching the given block hash.
fendermint/eth/api/src/apis/eth.rs:380
Functionget_block_transaction_count_by_number
Returns the number of transactions in a block matching the given block number.
fendermint/eth/api/src/apis/eth.rs:367
Methodget_chain_head_height
(&self)
fendermint/vm/topdown/src/proxy.rs:66
Methodget_chain_head_height
(&self)
fendermint/vm/topdown/src/finality/mod.rs:60
Methodget_chain_head_height
(&self)
fendermint/vm/topdown/src/finality/fetch.rs:281
Methodget_chain_head_height
(&self, subnet: &SubnetID)
ipc/provider/src/lib.rs:653
Methodget_chain_id
(&self, subnet: &SubnetID)
ipc/provider/src/lib.rs:641
Methodget_chain_id
(&self)
ipc/provider/src/manager/evm/manager.rs:725
Methodget_chain_randomness
(&self, _round: ChainEpoch)
fendermint/vm/interpreter/src/fvm/externs.rs:43
Functionget_code
Returns code at a given address.
fendermint/eth/api/src/apis/eth.rs:814
Methodget_commit_sha
(&self)
ipc/provider/src/manager/evm/manager.rs:734
Functionget_default
Return the default address for `KeyStore`
ipc/wallet/src/fvm/wallet.rs:170
Methodget_default
(&mut self)
ipc/wallet/src/evm/memory.rs:57
Methodget_default
(&mut self)
ipc/wallet/src/evm/persistent.rs:83
Functionget_filter_changes
( data: JsonRpcData<C>, Params((filter_id,)): Params<(FilterId,)>, )
fendermint/eth/api/src/apis/eth.rs:1066
Functionget_filter_logs
Returns an array of all logs matching filter with given id.
fendermint/eth/api/src/apis/eth.rs:1081
Methodget_genesis_epoch
Get the genesis epoch of the child subnet, i.e. the epoch that the subnet was created in the parent subnet.
fendermint/vm/topdown/src/proxy.rs:73
Methodget_genesis_epoch
(&self)
fendermint/vm/topdown/src/finality/mod.rs:64
Methodget_genesis_info
(&self, subnet: &SubnetID)
ipc/provider/src/manager/evm/manager.rs:769
Methodget_latest_committed_finality
(&self)
fendermint/app/src/ipc.rs:75
Functionget_logs
Returns an array of all logs matching a given filter object.
fendermint/eth/api/src/apis/eth.rs:888
Methodget_or_create
( rng: &mut R, root: impl AsRef<Path>, name: &AccountName, )
fendermint/testing/materializer/src/materials/defaults.rs:119
Methodget_or_create
( root: impl AsRef<Path>, docker: Docker, dropper: DropChute, drop_policy: &Dr
fendermint/testing/materializer/src/docker/relayer.rs:38
Methodget_or_create
Check if an externally managed network already exists; if not, create a new docker network for the testnet.
fendermint/testing/materializer/src/docker/network.rs:47
Methodget_or_create
( root: impl AsRef<Path>, docker: Docker, dropper: DropChute, drop_policy: &Dr
fendermint/testing/materializer/src/docker/node.rs:84
Methodget_power_table
(&self)
fendermint/app/src/ipc.rs:82
Functionget_set_default
()
ipc/wallet/src/fvm/wallet.rs:410
Methodget_statistics
(&self)
fendermint/rocksdb/src/rocks/mod.rs:87
Functionget_status
()
fendermint/vm/resolver/src/pool.rs:258
Functionget_storage_at
Returns the value from a storage position at a given address. The return value is a hex encoded U256.
fendermint/eth/api/src/apis/eth.rs:764
Methodget_tag
(rt: &impl Runtime, params: GetTagParams)
fendermint/actors/cetf/src/actor.rs:95
Methodget_tipset_by_height
( &self, epoch: ChainEpoch, tip_set: Cid, )
ipc/provider/src/lotus/client.rs:336
Methodget_tipset_cid
for retreiving the tipset_cid, we load the chain metadata actor state at the given state_root and retrieve the blockhash for the given epoch
fendermint/vm/interpreter/src/fvm/externs.rs:72
Methodget_top_down_msgs
( &self, height: BlockHeight, )
fendermint/vm/topdown/src/proxy.rs:88
Methodget_top_down_msgs
( &self, _height: BlockHeight, )
fendermint/vm/topdown/src/finality/mod.rs:72
Methodget_top_down_msgs
( &self, height: BlockHeight, )
fendermint/vm/topdown/src/finality/fetch.rs:308
Methodget_top_down_msgs
( &self, subnet_id: &SubnetID, epoch: ChainEpoch, )
ipc/provider/src/manager/evm/manager.rs:126
Functionget_transaction_by_block_hash_and_index
Returns the information about a transaction requested by transaction hash.
fendermint/eth/api/src/apis/eth.rs:395
Functionget_transaction_by_block_number_and_index
Returns the information about a transaction requested by transaction hash.
fendermint/eth/api/src/apis/eth.rs:410
Functionget_transaction_by_hash
Returns the information about a transaction requested by transaction hash.
fendermint/eth/api/src/apis/eth.rs:422
← previousnext →1,601–1,700 of 2,468, ranked by callers