diff --git a/docs/abi-spec.rst b/docs/abi-spec.rst index 41967dd46..036f97b56 100644 --- a/docs/abi-spec.rst +++ b/docs/abi-spec.rst @@ -574,7 +574,9 @@ Constructor, receive, and fallback never have ``name`` or ``outputs``. Receive a An event description is a JSON object with fairly similar fields: -- ``type``: always ``"event"`` +- ``type``: always ``"event"``: + * ``internalType``: ABI JSON's internalType describes a contract's internal function parameter or + return value type, inaccessible outside the contract. - ``name``: the name of the event. - ``inputs``: an array of objects, each of which contains: