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

interface BatchProofAmino {
    entries?: BatchEntryAmino[];
}

Properties

Properties

entries?: BatchEntryAmino[]