Package org.stellar.sdk.xdr
Class ProofLevel
java.lang.Object
org.stellar.sdk.xdr.ProofLevel
ProofLevel's original definition in the XDR file is:
typedef ArchivalProofNode ProofLevel<>;
-
Constructor Summary
-
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()
default String
default byte[]
-
Constructor Details
-
ProofLevel
public ProofLevel() -
ProofLevel
-
-
Method Details
-
encode
- Throws:
IOException
-
decode
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-
getProofLevel
-
setProofLevel
-
equals
-
hashCode
public int hashCode() -
toString
-
toXdrBase64
- Throws:
IOException
-
toXdrByteArray
- Throws:
IOException
-