diff --git a/docs/sophia_stdlib.md b/docs/sophia_stdlib.md index 158b8df..225c5f3 100644 --- a/docs/sophia_stdlib.md +++ b/docs/sophia_stdlib.md @@ -520,7 +520,7 @@ using the private key of the `owner` account for signing. #### transfer ``` -AENS.transfer(owner : address, new_owner : address, name_hash : hash, ) : unit +AENS.transfer(owner : address, new_owner : address, name : string, ) : unit ``` Transfers name to the new owner. @@ -531,7 +531,7 @@ using the private key of the `owner` account for signing. #### revoke ``` -AENS.revoke(owner : address, name_hash : hash, ) : unit +AENS.revoke(owner : address, name : string, ) : unit ``` Revokes the name to extend the ownership time.