Current section
Files
Jump to
Current section
Files
include/gleeth@ethereum@abi@json_FunctionEntry.hrl
-record(function_entry, {
name :: binary(),
inputs :: list(gleeth@ethereum@abi@json:abi_param()),
outputs :: list(gleeth@ethereum@abi@json:abi_param()),
state_mutability :: binary()
}).