Fix AENS types + whitespace #753

Merged
zxq9 merged 1 commits from fix_types into lima 2020-05-27 15:10:19 +09:00
Showing only changes of commit 8f240a7ddf - Show all commits

View File

@ -501,7 +501,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.
@ -512,7 +512,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.