Merge pull request #262 from aeternity/fix_types
Fix AENS types + whitespace
This commit is contained in:
commit
9753f90034
@ -501,7 +501,7 @@ using the private key of the `owner` account for signing.
|
||||
|
||||
### 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.
|
||||
@ -512,7 +512,7 @@ using the private key of the `owner` account for signing.
|
||||
|
||||
### 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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user