Package org.stellar.sdk.xdr
Class SorobanAuthorizedInvocation
java.lang.Object
org.stellar.sdk.xdr.SorobanAuthorizedInvocation
SorobanAuthorizedInvocation's original definition in the XDR file is:
struct SorobanAuthorizedInvocation { SorobanAuthorizedFunction function; SorobanAuthorizedInvocation subInvocations<>; };
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
-
Constructor Summary
ConstructorDescriptionSorobanAuthorizedInvocation
(SorobanAuthorizedFunction function, SorobanAuthorizedInvocation[] subInvocations) -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
static SorobanAuthorizedInvocation
decode
(XdrDataInputStream stream) void
encode
(XdrDataOutputStream stream) boolean
static SorobanAuthorizedInvocation
fromXdrBase64
(String xdr) static SorobanAuthorizedInvocation
fromXdrByteArray
(byte[] xdr) int
hashCode()
void
setFunction
(SorobanAuthorizedFunction function) void
setSubInvocations
(SorobanAuthorizedInvocation[] subInvocations) toString()
default String
default byte[]
-
Constructor Details
-
SorobanAuthorizedInvocation
public SorobanAuthorizedInvocation() -
SorobanAuthorizedInvocation
public SorobanAuthorizedInvocation(SorobanAuthorizedFunction function, SorobanAuthorizedInvocation[] subInvocations)
-
-
Method Details
-
encode
- Throws:
IOException
-
decode
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-
builder
-
toBuilder
-
getFunction
-
getSubInvocations
-
setFunction
-
setSubInvocations
-
equals
-
hashCode
public int hashCode() -
toString
-
toXdrBase64
- Throws:
IOException
-
toXdrByteArray
- Throws:
IOException
-