Crate ic_solidity_bindgen

source ·

Modules§

Macros§

  • Generates a struct which allow you to call contract functions. The output struct will have the same name as the file, and have individual async methods for each contract function with parameters and output corresponding to the ABI.
  • Generate ABIs for an entire build directory. This is the same as calling contract_abifor each file in the directory.

Structs§

  • Common data associated with multiple contracts.
  • Mostly exists to map to the new futures. This is the “untyped” API which the generated types will use.

Traits§