File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -424,13 +424,24 @@ Link References: ``link_references``
424424^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
425425
426426The ``link_references `` field defines the locations in the corresponding
427- bytecode which require |linking |. If bytecode contains no link references, this field should be an empty array.
427+ bytecode which require |linking |. If bytecode contains no link references, this field ** must ** be an empty array.
428428
429429 :Required: Yes
430430 :Type: Array
431431 :Format: All values **must ** be valid :ref: `Link Reference objects <link-reference-object >`.
432432 See also below.
433433
434+ Link Dependencies: ``link_dependencies ``
435+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
436+
437+ The ``link_dependencies `` defines the |LinkValues | that have been used to link
438+ the corresponding bytecode. For example, if a contract type references a deployed library.
439+
440+ :Required: No
441+ :Type: Array
442+ :Format: All values **must ** be valid :ref: `Link Value objects <link-value-object >`.
443+ See also below.
444+
434445**Format **
435446
436447This field is considered invalid if *any * of the |LinkReferences | are
You can’t perform that action at this time.
0 commit comments