Package org.stellar.sdk.xdr
Class HashIDPreimage.HashIDPreimageOperationID
java.lang.Object
org.stellar.sdk.xdr.HashIDPreimage.HashIDPreimageOperationID
- Enclosing class:
HashIDPreimage
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, HashIDPreimage.HashIDPreimageOperationID encodedHashIDPreimageOperationID) booleanfromXdrBase64(String xdr) fromXdrByteArray(byte[] xdr) getOpNum()inthashCode()voidvoidsetSeqNum(SequenceNumber value) voidsetSourceAccount(AccountID value) byte[]
-
Constructor Details
-
HashIDPreimageOperationID
public HashIDPreimageOperationID()
-
-
Method Details
-
getSourceAccount
-
setSourceAccount
-
getSeqNum
-
setSeqNum
-
getOpNum
-
setOpNum
-
encode
public static void encode(XdrDataOutputStream stream, HashIDPreimage.HashIDPreimageOperationID encodedHashIDPreimageOperationID) throws IOException - Throws:
IOException
-
encode
- Throws:
IOException
-
decode
public static HashIDPreimage.HashIDPreimageOperationID decode(XdrDataInputStream stream) throws IOException - Throws:
IOException
-
hashCode
public int hashCode() -
equals
-
toXdrBase64
- Throws:
IOException
-
toXdrByteArray
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
public static HashIDPreimage.HashIDPreimageOperationID fromXdrByteArray(byte[] xdr) throws IOException - Throws:
IOException
-