of values in a mapping?
I have the following mapping:
Address => address => bytes32 => bool.
I'd like to iterate over the array/list of non-zero values of bytes32, given 2 addresses as arguments.
Is that possible?
Python has such command for dictionary for example
Обсуждают сегодня