public interface ContractRunnerConfig
Modifier and Type | Method and Description |
---|---|
byte[] |
decryptFrom(byte[] publicKey,
EncryptedData encryptedData,
boolean uncompress) |
EncryptedData |
encryptTo(byte[] publicKey,
byte[] data,
boolean compress) |
java.lang.String |
getAccount() |
long |
getAccountId() |
java.lang.String |
getAccountRs() |
int |
getCatchUpInterval() |
ContractProvider |
getContractProvider() |
long |
getCurrentFeeRateNQTPerFXT(int chainId) |
long |
getFeeRateNQTPerFXT(int chainId) |
int |
getMaxSubmittedTransactionsPerInvocation() |
long |
getMinBundlerBalanceFXT() |
long |
getMinBundlerFeeLimitFQT() |
JO |
getParams() |
byte[] |
getPublicKey() |
java.lang.String |
getPublicKeyHexString() |
byte[] |
getRunnerSeed() |
java.lang.String |
getSecretPhrase() |
java.lang.String |
getStatus() |
java.lang.String |
getValidatorSecretPhrase() |
void |
init(JO config) |
boolean |
isAutoFeeRate() |
boolean |
isValidator() |
byte[] getPublicKey()
java.lang.String getPublicKeyHexString()
long getAccountId()
java.lang.String getAccount()
java.lang.String getAccountRs()
boolean isAutoFeeRate()
long getMinBundlerBalanceFXT()
long getMinBundlerFeeLimitFQT()
long getFeeRateNQTPerFXT(int chainId)
long getCurrentFeeRateNQTPerFXT(int chainId)
JO getParams()
boolean isValidator()
int getCatchUpInterval()
int getMaxSubmittedTransactionsPerInvocation()
byte[] getRunnerSeed()
ContractProvider getContractProvider()
EncryptedData encryptTo(byte[] publicKey, byte[] data, boolean compress)
byte[] decryptFrom(byte[] publicKey, EncryptedData encryptedData, boolean uncompress)
java.lang.String getSecretPhrase()
java.lang.String getValidatorSecretPhrase()
java.lang.String getStatus()
void init(JO config)