Inform that it's not possible to nest a big map inside another big map
This commit is contained in:
parent
d059cf991b
commit
715c3a8eac
@ -60,6 +60,8 @@ type register = big_map(address, move);
|
|||||||
|
|
||||||
</Syntax>
|
</Syntax>
|
||||||
|
|
||||||
|
Be aware that a `big_map` cannot appear inside another `big_map`.
|
||||||
|
|
||||||
<SyntaxTitle syntax="pascaligo">
|
<SyntaxTitle syntax="pascaligo">
|
||||||
function empty : big_map ('key, 'value)
|
function empty : big_map ('key, 'value)
|
||||||
</SyntaxTitle>
|
</SyntaxTitle>
|
||||||
|
Loading…
Reference in New Issue
Block a user