Inform that it's not possible to nest a big map inside another big map

This commit is contained in:
Sander Spies 2020-03-24 14:01:04 +01:00
parent d059cf991b
commit 715c3a8eac

View File

@ -60,6 +60,8 @@ type register = big_map(address, move);
</Syntax>
Be aware that a `big_map` cannot appear inside another `big_map`.
<SyntaxTitle syntax="pascaligo">
function empty : big_map ('key, 'value)
</SyntaxTitle>