Package org.stellar.sdk.xdr
Class HashIDPreimage.HashIDPreimageRevokeID
java.lang.Object
org.stellar.sdk.xdr.HashIDPreimage.HashIDPreimageRevokeID
- 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.HashIDPreimageRevokeID encodedHashIDPreimageRevokeID) booleanfromXdrBase64(String xdr) fromXdrByteArray(byte[] xdr) getAsset()getOpNum()inthashCode()voidvoidsetLiquidityPoolID(PoolID value) voidvoidsetSeqNum(SequenceNumber value) voidsetSourceAccount(AccountID value) byte[]
-
Constructor Details
-
HashIDPreimageRevokeID
public HashIDPreimageRevokeID()
-
-
Method Details
-
getSourceAccount
-
setSourceAccount
-
getSeqNum
-
setSeqNum
-
getOpNum
-
setOpNum
-
getLiquidityPoolID
-
setLiquidityPoolID
-
getAsset
-
setAsset
-
encode
public static void encode(XdrDataOutputStream stream, HashIDPreimage.HashIDPreimageRevokeID encodedHashIDPreimageRevokeID) throws IOException - Throws:
IOException
-
encode
- Throws:
IOException
-
decode
public static HashIDPreimage.HashIDPreimageRevokeID decode(XdrDataInputStream stream) throws IOException - Throws:
IOException
-
hashCode
public int hashCode() -
equals
-
toXdrBase64
- Throws:
IOException
-
toXdrByteArray
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-