This repository was archived by the owner on Mar 5, 2025. It is now read-only.
File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -761,7 +761,7 @@ Parameters
761
761
4. ``Function `` - (optional) Optional callback, returns an error object as first parameter and the result as second.
762
762
763
763
764
- Emits an ``ContenthashChanged``event.
764
+ Emits an ``ContenthashChanged `` event.
765
765
766
766
-------
767
767
Example
@@ -816,11 +816,11 @@ Known resolver events
816
816
817
817
1. ``AddrChanged `` - AddrChanged(node bytes32, a address)
818
818
2. ``ContentChanged `` - ContentChanged(node bytes32, hash bytes32)
819
- 4 . ``NameChanged `` - NameChanged(node bytes32, name string)
820
- 5 . ``ABIChanged `` - ABIChanged(node bytes32, contentType uint256)
821
- 6 . ``PubkeyChanged `` - PubkeyChanged(node bytes32, x bytes32, y bytes32)
819
+ 3 . ``NameChanged `` - NameChanged(node bytes32, name string)
820
+ 4 . ``ABIChanged `` - ABIChanged(node bytes32, contentType uint256)
821
+ 5 . ``PubkeyChanged `` - PubkeyChanged(node bytes32, x bytes32, y bytes32)
822
822
6. ``TextChanged `` - TextChanged(bytes32 indexed node, string indexedKey, string key)
823
- 6 . ``ContenthashChanged `` - ContenthashChanged(bytes32 indexed node, bytes hash)
823
+ 7 . ``ContenthashChanged `` - ContenthashChanged(bytes32 indexed node, bytes hash)
824
824
825
825
-------
826
826
Example
You can’t perform that action at this time.
0 commit comments