From dab0720aac1b70e88a6df399a141d2fc1c9b54cf Mon Sep 17 00:00:00 2001 From: Anurag Date: Sat, 24 Jun 2023 13:26:47 +0530 Subject: [PATCH] Added internalType in ABI Json --- docs/abi-spec.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/abi-spec.rst b/docs/abi-spec.rst index dd798c0a3..04cee5b5d 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: