Type Alias zk_kit_smt::smt::Value

source ·
pub type Value = Node;

Aliased Type§

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

Variants§

§

Str(String)

§

BigInt(BigInt)