fix AENS.update stdlib doc (#459)
This commit is contained in:
parent
c395849684
commit
d5ff9d4a2f
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user