Crate ethbind_json

source ·
Expand description

Ethereum constract abi json format encode/decode support

Visit official document for details

Structs

  • a variable-length array of elements of the given type
  • a fixed-length array of M elements, M >= 0, of the given type.
  • binary type of M bytes, 0 < M <= 32
  • A structure type to represent constructor abi
  • A structure type to represent event abi
  • A structure type to represent event abi
  • A structure type to represent fallback function abi
  • fixed-point decimal number of M bits, 8 <= M <= 256, M % 8 == 0, and 0 < N <= 80, which denotes the value v as v / (10 ** N).
  • A structure type to represent function abi
  • Hardhat generate artifact
  • integer type of M bits, 0 < M <= 256, M % 8 == 0. e.g. uint32, uint8
  • Handle Function/Event/Error ’s input or output parameter type
  • A structure type to represent receive function abi

Enums