Package org.stellar.sdk.xdr
Class HashIDPreimage
java.lang.Object
org.stellar.sdk.xdr.HashIDPreimage
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classstatic classstatic classstatic classstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic HashIDPreimagedecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, HashIDPreimage encodedHashIDPreimage) booleanstatic HashIDPreimagefromXdrBase64(String xdr) static HashIDPreimagefromXdrByteArray(byte[] xdr) inthashCode()voidvoidsetDiscriminant(EnvelopeType value) voidvoidvoidbyte[]
-
Constructor Details
-
HashIDPreimage
public HashIDPreimage()
-
-
Method Details
-
getDiscriminant
-
setDiscriminant
-
getOperationID
-
setOperationID
-
getRevokeID
-
setRevokeID
-
getContractID
-
setContractID
-
getSorobanAuthorization
-
setSorobanAuthorization
-
encode
public static void encode(XdrDataOutputStream stream, HashIDPreimage encodedHashIDPreimage) 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
-