protected static <T extends Contract> T |
Contract.deploy(Class<T> type,
Chainsql chainsql,
BigInteger gasLimit,
String binary,
String encodedConstructor,
BigInteger value) |
protected static <T extends Contract> void |
Contract.deploy(Class<T> type,
Chainsql chainsql,
BigInteger gasLimit,
String binary,
String encodedConstructor,
BigInteger value,
Publisher.Callback<T> cb) |
static <T extends Contract> T |
Contract.deployRemoteCall(Class<T> type,
Chainsql chainsql,
BigInteger gasLimit,
String binary,
String encodedConstructor) |
static <T extends Contract> T |
Contract.deployRemoteCall(Class<T> type,
Chainsql chainsql,
BigInteger gasLimit,
String binary,
String encodedConstructor,
BigInteger value) |
static <T extends Contract> void |
Contract.deployRemoteCall(Class<T> type,
Chainsql chainsql,
BigInteger gasLimit,
String binary,
String encodedConstructor,
BigInteger value,
Publisher.Callback<T> cb) |
static <T extends Contract> void |
Contract.deployRemoteCall(Class<T> type,
Chainsql chainsql,
BigInteger gasLimit,
String binary,
String encodedConstructor,
Publisher.Callback<T> cb) |