Package org.stellar.sdk.xdr
Class SorobanAuthorizedInvocation
java.lang.Object
org.stellar.sdk.xdr.SorobanAuthorizedInvocation
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SorobanAuthorizedInvocationdecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, SorobanAuthorizedInvocation encodedSorobanAuthorizedInvocation) booleanstatic SorobanAuthorizedInvocationfromXdrBase64(String xdr) static SorobanAuthorizedInvocationfromXdrByteArray(byte[] xdr) inthashCode()voidvoidbyte[]
-
Constructor Details
-
SorobanAuthorizedInvocation
public SorobanAuthorizedInvocation()
-
-
Method Details
-
getFunction
-
setFunction
-
getSubInvocations
-
setSubInvocations
-
encode
public static void encode(XdrDataOutputStream stream, SorobanAuthorizedInvocation encodedSorobanAuthorizedInvocation) 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
-