Type Alias zk_kit_smt::smt::Key

source ·
pub type Key = Node;

Aliased Type§

enum Key {
    Str(String),
    BigInt(BigInt),
}

Variants§

§

Str(String)

§

BigInt(BigInt)