Package org.stellar.sdk.xdr
Class CreateContractArgs
java.lang.Object
org.stellar.sdk.xdr.CreateContractArgs
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CreateContractArgsdecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, CreateContractArgs encodedCreateContractArgs) booleanstatic CreateContractArgsfromXdrBase64(String xdr) static CreateContractArgsfromXdrByteArray(byte[] xdr) inthashCode()voidvoidsetExecutable(ContractExecutable value) byte[]
-
Constructor Details
-
CreateContractArgs
public CreateContractArgs()
-
-
Method Details
-
getContractIDPreimage
-
setContractIDPreimage
-
getExecutable
-
setExecutable
-
encode
public static void encode(XdrDataOutputStream stream, CreateContractArgs encodedCreateContractArgs) 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
-