Package org.stellar.sdk.xdr
Class ArchivalProof
java.lang.Object
org.stellar.sdk.xdr.ArchivalProof
ArchivalProof's original definition in the XDR file is:
struct ArchivalProof { uint32 epoch; // AST Subtree for this proof union switch (ArchivalProofType t) { case EXISTENCE: NonexistenceProofBody nonexistenceProof; case NONEXISTENCE: ExistenceProofBody existenceProof; } body; };
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
ArchivalProofBody's original definition in the XDR file is:static class
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
static ArchivalProof
decode
(XdrDataInputStream stream) void
encode
(XdrDataOutputStream stream) boolean
static ArchivalProof
fromXdrBase64
(String xdr) static ArchivalProof
fromXdrByteArray
(byte[] xdr) getBody()
getEpoch()
int
hashCode()
void
void
toString()
default String
default byte[]
-
Constructor Details
-
ArchivalProof
public ArchivalProof() -
ArchivalProof
-
-
Method Details
-
encode
- Throws:
IOException
-
decode
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-
builder
-
toBuilder
-
getEpoch
-
getBody
-
setEpoch
-
setBody
-
equals
-
hashCode
public int hashCode() -
toString
-
toXdrBase64
- Throws:
IOException
-
toXdrByteArray
- Throws:
IOException
-