Enum ethcore_util::trie::standardmap::ValueMode
[−]
[src]
pub enum ValueMode { Mirror, Random, Index, }
Means of determining the value.
Variants
Mirror
Same as the key.
Random
Randomly (50:50) 1 or 32 byte randomly string.
Index
RLP-encoded index.