Package org.stellar.sdk.xdr
Class InvokeContractArgs
java.lang.Object
org.stellar.sdk.xdr.InvokeContractArgs
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic InvokeContractArgsdecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, InvokeContractArgs encodedInvokeContractArgs) booleanstatic InvokeContractArgsfromXdrBase64(String xdr) static InvokeContractArgsfromXdrByteArray(byte[] xdr) SCVal[]getArgs()inthashCode()voidvoidsetContractAddress(SCAddress value) voidsetFunctionName(SCSymbol value) byte[]
-
Constructor Details
-
InvokeContractArgs
public InvokeContractArgs()
-
-
Method Details
-
getContractAddress
-
setContractAddress
-
getFunctionName
-
setFunctionName
-
getArgs
-
setArgs
-
encode
public static void encode(XdrDataOutputStream stream, InvokeContractArgs encodedInvokeContractArgs) 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
-