Skip to main content

Module cmd

Module cmd 

Source
Expand description

cast subcommands.

All subcommands should respect the foundry_config::Config. If a subcommand accepts values that are supported by the Config, then the subcommand should implement figment::Provider which allows the subcommand to override the config’s defaults, see foundry_config::Config.

Modules§

access_list
artifact
auth 🔒
b2e_payload
Command Line handler to convert Beacon block’s execution payload to Execution format.
batch_mktx
cast batch-mktx command implementation.
batch_send
cast batch-send command implementation.
bind
call
call_overrides
Shared eth_call state and block override options.
constructor_args
create2
creation_code
da_estimateoptimism
Estimates the data availability size of a block for opstack.
erc20
estimate
events
find_block
interface
keychain
logs
miner 🔒
mktx
receive_policy
rpc
run
send
storage
storage_credits
tempo
tempo_policy_args 🔒
tip20
tip403
trace
txpool
vaddr
wallet

Functions§

load_cast_config_and_evm_opts 🔒
Loads Cast’s config and applies its normalized network to the EVM options.