Class NonexistenceProofBody

java.lang.Object
org.stellar.sdk.xdr.NonexistenceProofBody

public class NonexistenceProofBody extends Object
NonexistenceProofBody's original definition in the XDR file is:
 struct NonexistenceProofBody
 {
     ColdArchiveBucketEntry entriesToProve<>;

     // Vector of vectors, where proofLevels[level]
     // contains all HashNodes that correspond with that level
     ProofLevel proofLevels<>;
 };