Trait verkle::Parameters[][src]

pub trait Parameters {
    type LeafData;
    type BranchAdditionalData;
    type PairingEngine: PairingEngine;
}

Associated Types

Data type for leaf node.

Additional data type for branch node.

Pairing engine.

Implementors