Use BatchEntry not CommitmentProof, to avoid recursion

interface BatchEntryAmino {
    exist?: ExistenceProofAmino;
    nonexist?: NonExistenceProofAmino;
}

Properties

Properties