Package org.stellar.sdk.xdr
Class HashIDPreimage.HashIDPreimageSorobanAuthorization
java.lang.Object
org.stellar.sdk.xdr.HashIDPreimage.HashIDPreimageSorobanAuthorization
- 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.HashIDPreimageSorobanAuthorization encodedHashIDPreimageSorobanAuthorization) booleanfromXdrBase64(String xdr) fromXdrByteArray(byte[] xdr) getNonce()inthashCode()voidvoidsetNetworkID(Hash value) voidvoidbyte[]
-
Constructor Details
-
HashIDPreimageSorobanAuthorization
public HashIDPreimageSorobanAuthorization()
-
-
Method Details
-
getNetworkID
-
setNetworkID
-
getNonce
-
setNonce
-
getSignatureExpirationLedger
-
setSignatureExpirationLedger
-
getInvocation
-
setInvocation
-
encode
public static void encode(XdrDataOutputStream stream, HashIDPreimage.HashIDPreimageSorobanAuthorization encodedHashIDPreimageSorobanAuthorization) throws IOException - Throws:
IOException
-
encode
- Throws:
IOException
-
decode
public static HashIDPreimage.HashIDPreimageSorobanAuthorization decode(XdrDataInputStream stream) throws IOException - Throws:
IOException
-
hashCode
public int hashCode() -
equals
-
toXdrBase64
- Throws:
IOException
-
toXdrByteArray
- Throws:
IOException
-
fromXdrBase64
public static HashIDPreimage.HashIDPreimageSorobanAuthorization fromXdrBase64(String xdr) throws IOException - Throws:
IOException
-
fromXdrByteArray
public static HashIDPreimage.HashIDPreimageSorobanAuthorization fromXdrByteArray(byte[] xdr) throws IOException - Throws:
IOException
-