Generic ABI item type encapsulating all other types besides function.

interface AbiInput {
    additionalProperties?: unknown;
    type: AbiInputType;
}

Properties

additionalProperties?: unknown

For additional information on the ABI JSON specification, see the Solidity documentation.

The type of the ABI item.