Package org.stellar.sdk.xdr
Class SorobanAuthorizedInvocation
java.lang.Object
org.stellar.sdk.xdr.SorobanAuthorizedInvocation
- All Implemented Interfaces:
XdrElement
SorobanAuthorizedInvocation's original definition in the XDR file is:
struct SorobanAuthorizedInvocation
{
SorobanAuthorizedFunction function;
SorobanAuthorizedInvocation subInvocations<>;
};
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
ConstructorsConstructorDescriptionSorobanAuthorizedInvocation(SorobanAuthorizedFunction function, SorobanAuthorizedInvocation[] subInvocations) -
Method Summary
Modifier and TypeMethodDescriptionbuilder()static SorobanAuthorizedInvocationdecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) booleanstatic SorobanAuthorizedInvocationfromXdrBase64(String xdr) static SorobanAuthorizedInvocationfromXdrByteArray(byte[] xdr) inthashCode()voidsetFunction(SorobanAuthorizedFunction function) voidsetSubInvocations(SorobanAuthorizedInvocation[] subInvocations) toString()Methods inherited from interface org.stellar.sdk.xdr.XdrElement
toXdrBase64, toXdrByteArray
-
Constructor Details
-
SorobanAuthorizedInvocation
public SorobanAuthorizedInvocation() -
SorobanAuthorizedInvocation
public SorobanAuthorizedInvocation(SorobanAuthorizedFunction function, SorobanAuthorizedInvocation[] subInvocations)
-
-
Method Details
-
encode
- Specified by:
encodein interfaceXdrElement- Throws:
IOException
-
decode
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-
builder
-
toBuilder
-
getFunction
-
getSubInvocations
-
setFunction
-
setSubInvocations
-
equals
-
hashCode
public int hashCode() -
toString
-