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 4646 - [Resolver](https://github.com/matter-labs/web3swift/blob/master/Documentation/Usage.md#resolver)
4747 - [BaseRegistrar](https://github.com/matter-labs/web3swift/blob/master/Documentation/Usage.md#baseregistrar)
4848 - [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)
4950
5051## Introduction
5152
@@ -497,6 +498,11 @@ ens.setRegistrarController(withAddresss: address)
497498let doSomething = try ! ens.registrarController ! . ...
498499```
499500
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+ ```
501507
502508
You can’t perform that action at this time.
0 commit comments