Package org.stellar.sdk.xdr
Class CreateContractArgs
java.lang.Object
org.stellar.sdk.xdr.CreateContractArgs
CreateContractArgs's original definition in the XDR file is:
struct CreateContractArgs { ContractIDPreimage contractIDPreimage; ContractExecutable executable; };
-
Nested Class Summary
-
Constructor Summary
ConstructorDescriptionCreateContractArgs
(ContractIDPreimage contractIDPreimage, ContractExecutable executable) -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
static CreateContractArgs
decode
(XdrDataInputStream stream) void
encode
(XdrDataOutputStream stream) boolean
static CreateContractArgs
fromXdrBase64
(String xdr) static CreateContractArgs
fromXdrByteArray
(byte[] xdr) int
hashCode()
void
setContractIDPreimage
(ContractIDPreimage contractIDPreimage) void
setExecutable
(ContractExecutable executable) toString()
default String
default byte[]
-
Constructor Details
-
CreateContractArgs
public CreateContractArgs() -
CreateContractArgs
-
-
Method Details
-
encode
- Throws:
IOException
-
decode
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-
builder
-
toBuilder
-
getContractIDPreimage
-
getExecutable
-
setContractIDPreimage
-
setExecutable
-
equals
-
hashCode
public int hashCode() -
toString
-
toXdrBase64
- Throws:
IOException
-
toXdrByteArray
- Throws:
IOException
-