Enum Class ArchivalProofType

java.lang.Object
java.lang.Enum<ArchivalProofType>
org.stellar.sdk.xdr.ArchivalProofType
All Implemented Interfaces:
Serializable, Comparable<ArchivalProofType>, Constable

public enum ArchivalProofType extends Enum<ArchivalProofType>
ArchivalProofType's original definition in the XDR file is:
 enum ArchivalProofType
 {
     EXISTENCE = 0,
     NONEXISTENCE = 1
 };