Class CreateContractArgsV2

java.lang.Object
org.stellar.sdk.xdr.CreateContractArgsV2

public class CreateContractArgsV2 extends Object
CreateContractArgsV2's original definition in the XDR file is:
 struct CreateContractArgsV2
 {
     ContractIDPreimage contractIDPreimage;
     ContractExecutable executable;
     // Arguments of the contract's constructor.
     SCVal constructorArgs<>;
 };