Enum ethcore_util::trie::standardmap::ValueMode [] [src]

pub enum ValueMode {
    Mirror,
    Random,
    Index,
}

Means of determining the value.

Variants

Same as the key.

Randomly (50:50) 1 or 32 byte randomly string.

RLP-encoded index.