Use BatchEntry not CommitmentProof, to avoid recursion

interface CompressedBatchEntryAmino {
    exist?: CompressedExistenceProofAmino;
    nonexist?: CompressedNonExistenceProofAmino;
}

Properties

Properties