Closed marc0olo closed 1 year ago
just playing around with the AENS namespace and its operations. the AENS.update example seems to be wrong as the pointers are also optional according to compiler, see https://github.com/aeternity/aesophia/blob/master/docs/sophia_stdlib.md#update
AENS.update
AENS.update(owner : address, name : string, expiry : option(Chain.ttl), client_ttl : option(int), new_ptrs : map(string, AENS.pointee), <signature : signature>) : unit
AENS.update(owner : address, name : string, expiry : option(Chain.ttl), client_ttl : option(int), new_ptrs : option(map(string, AENS.pointee)), <signature : signature>) : unit
just playing around with the AENS namespace and its operations. the
AENS.update
example seems to be wrong as the pointers are also optional according to compiler, see https://github.com/aeternity/aesophia/blob/master/docs/sophia_stdlib.md#updatecurrent example
expected example