Package org.stellar.sdk.xdr
Class ArchivalProofNode
java.lang.Object
org.stellar.sdk.xdr.ArchivalProofNode
ArchivalProofNode's original definition in the XDR file is:
struct ArchivalProofNode
{
uint32 index;
Hash hash;
};
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()static ArchivalProofNodedecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) booleanstatic ArchivalProofNodefromXdrBase64(String xdr) static ArchivalProofNodefromXdrByteArray(byte[] xdr) getHash()getIndex()inthashCode()voidvoidtoString()default Stringdefault byte[]
-
Constructor Details
-
ArchivalProofNode
public ArchivalProofNode() -
ArchivalProofNode
-
-
Method Details
-
encode
- Throws:
IOException
-
decode
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-
builder
-
toBuilder
-
getIndex
-
getHash
-
setIndex
-
setHash
-
equals
-
hashCode
public int hashCode() -
toString
-
toXdrBase64
- Throws:
IOException
-
toXdrByteArray
- Throws:
IOException
-