File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 46
46
- [Resolver](https://github.com/matter-labs/web3swift/blob/master/Documentation/Usage.md#resolver)
47
47
- [BaseRegistrar](https://github.com/matter-labs/web3swift/blob/master/Documentation/Usage.md#baseregistrar)
48
48
- [RegistrarController](https://github.com/matter-labs/web3swift/blob/master/Documentation/Usage.md#registrarcontroller)
49
+ - [ReverseRegistrar](https://github.com/matter-labs/web3swift/blob/master/Documentation/Usage.md#reverseregistrar)
49
50
50
51
## Introduction
51
52
@@ -497,6 +498,11 @@ ens.setRegistrarController(withAddresss: address)
497
498
let doSomething = try ! ens.registrarController ! . ...
498
499
```
499
500
500
-
501
+ ### ReverseRegistrar
502
+ You can set ReverseRegistrar as ENS instance property and use its methods from it:
503
+ ``` swift
504
+ ens.setReverseRegistrar (withAddresss : address)
505
+ let doSomething = try ! ens.reverseRegistrar ! . ...
506
+ ```
501
507
502
508
You can’t perform that action at this time.
0 commit comments