Skip to content

Commit 195ecce

Browse files
committed
Add dependency to CIS0 standard
1 parent 8973fc6 commit 195ecce

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

source/CIS/cis-6.rst

+4-2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ CIS-6: Track-and-Trace Standard
1616
| (Protocol version 4 or newer)
1717
* - Standard identifier
1818
- ``CIS-6``
19+
* - Requires
20+
- :ref:`CIS-0<CIS-0>`
1921

2022

2123
Abstract
@@ -24,8 +26,8 @@ Abstract
2426
A standard interface that defines the logged events for tracking items in a smart contract.
2527
The interface defines two events:
2628

27-
- *ItemCreatedEvent* loggs the `item_id`, `metadata_url`, and the `initial_status`;
28-
- *ItemStatusChangedEvent* loggs the `item_id`, `new_status`, and the `additional_data`;
29+
- *ItemCreatedEvent* loggs the ``item_id``, ``metadata_url``, and the ``initial_status``;
30+
- *ItemStatusChangedEvent* loggs the ``item_id``, ``new_status``, and the ``additional_data``;
2931

3032
Specification
3133
=============

0 commit comments

Comments
 (0)