Package org.stellar.sdk.xdr
Class InvokeHostFunctionOp
java.lang.Object
org.stellar.sdk.xdr.InvokeHostFunctionOp
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic InvokeHostFunctionOpdecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, InvokeHostFunctionOp encodedInvokeHostFunctionOp) booleanstatic InvokeHostFunctionOpfromXdrBase64(String xdr) static InvokeHostFunctionOpfromXdrByteArray(byte[] xdr) getAuth()inthashCode()voidsetAuth(SorobanAuthorizationEntry[] value) voidsetHostFunction(HostFunction value) byte[]
-
Constructor Details
-
InvokeHostFunctionOp
public InvokeHostFunctionOp()
-
-
Method Details
-
getHostFunction
-
setHostFunction
-
getAuth
-
setAuth
-
encode
public static void encode(XdrDataOutputStream stream, InvokeHostFunctionOp encodedInvokeHostFunctionOp) 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
-