Package org.stellar.sdk.xdr
Class ProofLevel
java.lang.Object
org.stellar.sdk.xdr.ProofLevel
- All Implemented Interfaces:
XdrElement
ProofLevel's original definition in the XDR file is:
typedef ArchivalProofNode ProofLevel<>;
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ProofLevel
decode
(XdrDataInputStream stream) void
encode
(XdrDataOutputStream stream) boolean
static ProofLevel
fromXdrBase64
(String xdr) static ProofLevel
fromXdrByteArray
(byte[] xdr) int
hashCode()
void
setProofLevel
(ArchivalProofNode[] ProofLevel) toString()
Methods inherited from interface org.stellar.sdk.xdr.XdrElement
toXdrBase64, toXdrByteArray
-
Constructor Details
-
ProofLevel
public ProofLevel() -
ProofLevel
-
-
Method Details
-
encode
- Specified by:
encode
in interfaceXdrElement
- Throws:
IOException
-
decode
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-
getProofLevel
-
setProofLevel
-
equals
-
hashCode
public int hashCode() -
toString
-