Class NonexistenceProofBody

java.lang.Object
org.stellar.sdk.xdr.NonexistenceProofBody
All Implemented Interfaces:
XdrElement

public class NonexistenceProofBody extends Object implements XdrElement
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<>;
 };