Crate cast

Source
Expand description

§cast

Cast is a command-line tool for performing Ethereum RPC calls. You can make smart contract calls, send transactions, or retrieve any type of chain data - all from your command-line!

For more information, see the 📖 Foundry Book (Cast Guide).

Modules§

Macros§

  • Helper macro to call the same method on multiple inspectors without resorting to dynamic dispatch.

Structs§

Traits§

  • An extension trait that allows us to add additional hooks to Inspector for later use in handlers.

Functions§