fix AENS.update stdlib doc #950

Merged
zxq9 merged 1 commits from fix_aens_doc into master 2023-06-16 05:45:39 +09:00

View File

@ -190,7 +190,7 @@ using the private key of the `owner` account for signing.
##### update ##### update
``` ```
AENS.update(owner : address, name : string, expiry : option(Chain.ttl), client_ttl : option(int), AENS.update(owner : address, name : string, expiry : option(Chain.ttl), client_ttl : option(int),
new_ptrs : map(string, AENS.pointee), <signature : signature>) : unit new_ptrs : option(map(string, AENS.pointee)), <signature : signature>) : unit
``` ```
Updates the name. If the optional parameters are set to `None` that parameter Updates the name. If the optional parameters are set to `None` that parameter