Package org.stellar.sdk.xdr
Class BumpSequenceOp
java.lang.Object
org.stellar.sdk.xdr.BumpSequenceOp
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic BumpSequenceOpdecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, BumpSequenceOp encodedBumpSequenceOp) booleanstatic BumpSequenceOpfromXdrBase64(String xdr) static BumpSequenceOpfromXdrByteArray(byte[] xdr) inthashCode()voidsetBumpTo(SequenceNumber value) byte[]
-
Constructor Details
-
BumpSequenceOp
public BumpSequenceOp()
-
-
Method Details
-
getBumpTo
-
setBumpTo
-
encode
public static void encode(XdrDataOutputStream stream, BumpSequenceOp encodedBumpSequenceOp) throws IOException - Throws:
IOException
-
encode
- Throws:
IOException
-
decode
- Throws:
IOException
-
hashCode
public int hashCode() -
equals
-
toXdrBase64
- Throws:
IOException
-
toXdrByteArray
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-