fix param description for AENS interface

This commit is contained in:
Marco Walz 2020-05-05 11:21:27 +02:00
parent ea5850cf93
commit cc07e3a638

View File

@ -520,7 +520,7 @@ using the private key of the `owner` account for signing.
#### transfer #### transfer
``` ```
AENS.transfer(owner : address, new_owner : address, name_hash : hash, <signature : signature>) : unit AENS.transfer(owner : address, new_owner : address, name : string, <signature : signature>) : unit
``` ```
Transfers name to the new owner. Transfers name to the new owner.
@ -531,7 +531,7 @@ using the private key of the `owner` account for signing.
#### revoke #### revoke
``` ```
AENS.revoke(owner : address, name_hash : hash, <signature : signature>) : unit AENS.revoke(owner : address, name : string, <signature : signature>) : unit
``` ```
Revokes the name to extend the ownership time. Revokes the name to extend the ownership time.