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
abiA structure type to represent
event
abiA structure type to represent
event
abiA structure type to represent
fallback function
abifixed-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
abiHardhat 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
abiEnums
Contract interface type enum
Contract abi simple types enum