BatchProof is a group of multiple proof types than can be compressed

interface BatchProof {
    entries: BatchEntry[];
}

Properties

Properties

entries: BatchEntry[]