A B C D E F G H I J K L M N O P R S T U V W 
All Classes All Packages

A

abi - Variable in class io.keyko.common.models.EthereumAbi
 
AbiEntry() - Constructor for class io.keyko.common.models.EthereumAbi.AbiEntry
 
AbiInputEntry() - Constructor for class io.keyko.common.models.EthereumAbi.AbiInputEntry
 
AbiOutputEntry() - Constructor for class io.keyko.common.models.EthereumAbi.AbiOutputEntry
 
AbiParser - Class in io.keyko.common.helpers
 
AbiParser(String) - Constructor for class io.keyko.common.helpers.AbiParser
 
AbstractModel - Class in io.keyko.common.models
 
AbstractModel() - Constructor for class io.keyko.common.models.AbstractModel
 
add0x(String) - Static method in class io.keyko.common.helpers.EthereumHelper
If a string doesn't start by 0x, prepend 0x to it
address - Variable in class io.keyko.common.models.EthereumAbi
 
address - Variable in class io.keyko.common.web3.KeeperService
 
anonymous - Variable in class io.keyko.common.models.EthereumAbi.AbiEntry
 
assertCallNotReverted(EthCall) - Static method in class io.keyko.common.web3.PersonalTransactionManager
 
attempts - Variable in class io.keyko.common.web3.eth.ExtendedTransactionReceiptProcessor
 

B

body - Variable in class io.keyko.common.models.HttpResponse
 
byteArrayToByteArray32(byte[]) - Static method in class io.keyko.common.helpers.EncodingHelper
Given a byte array returns the first 32 bytes in a new byte array
bytecode - Variable in class io.keyko.common.models.EthereumAbi
 

C

charset - Variable in class io.keyko.common.models.HttpResponse
 
checksum() - Method in class io.keyko.common.models.AbstractModel
 
code - Variable in class io.keyko.common.helpers.HttpHelper.DownloadResult
 
constant - Variable in class io.keyko.common.models.EthereumAbi.AbiEntry
 
contentLength - Variable in class io.keyko.common.models.HttpResponse
 
convertToModel(Class<T>, String) - Static method in class io.keyko.common.models.AbstractModel
 
convertToModel(String) - Static method in interface io.keyko.common.models.FromJsonToModel
 
credentials - Variable in class io.keyko.common.web3.eth.ExtendedRawTransactionManager
 
credentials - Variable in class io.keyko.common.web3.KeeperService
 
credentials - Variable in class io.keyko.common.web3.PersonalTransactionManager
 
credentialsFile - Variable in class io.keyko.common.web3.KeeperService
 
CryptoException - Exception in io.keyko.common.exceptions
Exception related with Encrypting and Decrypting issues
CryptoException(String) - Constructor for exception io.keyko.common.exceptions.CryptoException
 
CryptoException(String, Throwable) - Constructor for exception io.keyko.common.exceptions.CryptoException
 
CryptoHelper - Class in io.keyko.common.helpers
Helper abstract class with crypto utility methods
CryptoHelper() - Constructor for class io.keyko.common.helpers.CryptoHelper
 

D

DATE_FORMAT - Static variable in class io.keyko.common.models.AbstractModel
 
DATE_PATTERN - Static variable in class io.keyko.common.models.AbstractModel
 
decrypt(byte[], byte[]) - Static method in class io.keyko.common.helpers.CryptoHelper
Given a private key and some encrypted data tries to decrypt the data using the private key
decrypt(byte[], byte[], String) - Static method in class io.keyko.common.helpers.CryptoHelper
Given a private key and some encrypted data tries to decrypt the data using the private key
DEFAULT_ALGORITHM - Static variable in class io.keyko.common.helpers.CryptoHelper
 
DEFAULT_GAS_LIMIT - Static variable in class io.keyko.common.web3.KeeperService
 
DEFAULT_GAS_PRICE - Static variable in class io.keyko.common.web3.KeeperService
 
DEFAULT_KEY_SIZE - Static variable in class io.keyko.common.helpers.CryptoHelper
 
DEFAULT_TX_ATTEMPS - Static variable in class io.keyko.common.web3.KeeperService
 
DEFAULT_TX_SLEEP_DURATION - Static variable in class io.keyko.common.web3.KeeperService
 
destinationPath - Variable in class io.keyko.common.helpers.HttpHelper.DownloadResponseHandler
 
DID_TOKEN - Static variable in class io.keyko.common.helpers.UrlHelper
 
DIGITS - Static variable in class io.keyko.common.helpers.CryptoHelper
The Constant DIGITS.
download(String, String) - Static method in class io.keyko.common.helpers.HttpHelper
Download the content of a resource
download(String, Map<String, String>, Boolean, Integer, Integer) - Static method in class io.keyko.common.helpers.HttpHelper
Download the content of a resource
downloadResource(String, String) - Static method in class io.keyko.common.helpers.HttpHelper
Download the content of a resource
DownloadResponseHandler(String) - Constructor for class io.keyko.common.helpers.HttpHelper.DownloadResponseHandler
 
DownloadResult() - Constructor for class io.keyko.common.helpers.HttpHelper.DownloadResult
 

E

encodeParameterValue(String, Object) - Static method in class io.keyko.common.helpers.EthereumHelper
 
encodeToHex(String) - Static method in class io.keyko.common.helpers.EncodingHelper
Encodes a String in Hex
EncodingException - Exception in io.keyko.common.exceptions
Exception related with Encoding/Decoding issues
EncodingException(String) - Constructor for exception io.keyko.common.exceptions.EncodingException
 
EncodingException(String, Throwable) - Constructor for exception io.keyko.common.exceptions.EncodingException
 
EncodingHelper - Class in io.keyko.common.helpers
 
EncodingHelper() - Constructor for class io.keyko.common.helpers.EncodingHelper
 
encrypt(byte[], byte[]) - Static method in class io.keyko.common.helpers.CryptoHelper
Given a public key and input data encrypts the input data using the public key.
encrypt(byte[], byte[], String) - Static method in class io.keyko.common.helpers.CryptoHelper
Given a public key and input data encrypts the input data using the public key.
ethEncodeAndSignMessage(Web3j, String, String, String) - Static method in class io.keyko.common.helpers.EthereumHelper
Hashing a message and signing using web3 eth-sign
ethereumAbi - Variable in class io.keyko.common.helpers.AbiParser
 
EthereumAbi - Class in io.keyko.common.models
 
EthereumAbi() - Constructor for class io.keyko.common.models.EthereumAbi
 
EthereumAbi.AbiEntry - Class in io.keyko.common.models
 
EthereumAbi.AbiInputEntry - Class in io.keyko.common.models
 
EthereumAbi.AbiOutputEntry - Class in io.keyko.common.models
 
EthereumHelper - Class in io.keyko.common.helpers
 
EthereumHelper() - Constructor for class io.keyko.common.helpers.EthereumHelper
 
EthereumPersonalSign - Class in io.keyko.common.web3.eth.methods.response
 
EthereumPersonalSign() - Constructor for class io.keyko.common.web3.eth.methods.response.EthereumPersonalSign
 
ethSignMessage(Web3j, String, String, String) - Static method in class io.keyko.common.helpers.EthereumHelper
Execute a web3 eth-sign message in the keeper
ExtendedRawTransactionManager - Class in io.keyko.common.web3.eth
 
ExtendedRawTransactionManager(Web3j, Credentials) - Constructor for class io.keyko.common.web3.eth.ExtendedRawTransactionManager
 
ExtendedRawTransactionManager(Web3j, Credentials, int, int) - Constructor for class io.keyko.common.web3.eth.ExtendedRawTransactionManager
 
ExtendedRawTransactionManager(Web3j, Credentials, long) - Constructor for class io.keyko.common.web3.eth.ExtendedRawTransactionManager
 
ExtendedRawTransactionManager(Web3j, Credentials, long, int, long) - Constructor for class io.keyko.common.web3.eth.ExtendedRawTransactionManager
 
ExtendedRawTransactionManager(Web3j, Credentials, long, TransactionReceiptProcessor) - Constructor for class io.keyko.common.web3.eth.ExtendedRawTransactionManager
 
ExtendedTransactionReceiptProcessor - Class in io.keyko.common.web3.eth
 
ExtendedTransactionReceiptProcessor(Web3j, long, int) - Constructor for class io.keyko.common.web3.eth.ExtendedTransactionReceiptProcessor
 

F

formUrl(String, Map<String, Object>) - Static method in class io.keyko.common.helpers.StringsHelper
Given a base url an the parameters form the final url.
fromJSON(TypeReference<T>, String) - Static method in class io.keyko.common.models.AbstractModel
 
FromJsonToModel - Interface in io.keyko.common.models
 

G

gasLimit - Variable in class io.keyko.common.web3.KeeperService
 
gasPrice - Variable in class io.keyko.common.web3.KeeperService
 
gasProvider - Variable in class io.keyko.common.web3.KeeperService
 
generateECSDAKeyPair() - Static method in class io.keyko.common.helpers.CryptoHelper
Generates a KeyPair
generateKeyPair() - Static method in class io.keyko.common.helpers.CryptoHelper
Generates a KeyPair
generateKeyPair(String, int) - Static method in class io.keyko.common.helpers.CryptoHelper
Generates a ECSDA KeyPair
get() - Method in class io.keyko.common.helpers.AbiParser
 
getAddress() - Method in class io.keyko.common.web3.KeeperService
 
getBaseUrl(String) - Static method in class io.keyko.common.helpers.UrlHelper
 
getBody() - Method in class io.keyko.common.models.HttpResponse
Get the body
getByType(String) - Method in class io.keyko.common.helpers.AbiParser
 
getCharset() - Method in class io.keyko.common.models.HttpResponse
Get the charset
getCode() - Method in class io.keyko.common.helpers.HttpHelper.DownloadResult
 
getCode(String, DefaultBlockParameter) - Method in class io.keyko.common.web3.PersonalTransactionManager
 
getContentLength() - Method in class io.keyko.common.models.HttpResponse
Get content length
getContractGasProvider() - Method in class io.keyko.common.web3.KeeperService
 
getContractGasProviderInstance(BigInteger, BigInteger) - Static method in class io.keyko.common.web3.KeeperService
 
getCredentials() - Method in class io.keyko.common.web3.KeeperService
 
getDateNowFormatted() - Static method in class io.keyko.common.models.AbstractModel
 
getEstimatedGas(String, String) - Method in class io.keyko.common.web3.PersonalTransactionManager
 
getEthereumMessageHash(String) - Static method in class io.keyko.common.helpers.EthereumHelper
Given a String message, return the prefixed message hashed
getEvents() - Method in class io.keyko.common.helpers.AbiParser
 
getFunctions() - Method in class io.keyko.common.helpers.AbiParser
 
getFunctionSelector(String) - Static method in class io.keyko.common.helpers.EthereumHelper
Given a function defition return the ethereum function selector
getGasLimit() - Method in class io.keyko.common.web3.KeeperService
 
getGasPrice() - Method in class io.keyko.common.web3.KeeperService
 
getHeader(String) - Method in class io.keyko.common.models.HttpResponse
Get HTTP response header giving a header name
getHeaders() - Method in class io.keyko.common.models.HttpResponse
Get HTTP response headers
getHex(byte[]) - Static method in class io.keyko.common.helpers.CryptoHelper
Gets the hex.
getInfuraNode() - Method in class io.keyko.common.web3.KeeperService
 
getInstance(String, String, String, String) - Static method in class io.keyko.common.web3.KeeperService
Initializes the KeeperService object given a Keeper url, user and password
getInstance(String, String, String, String, int, long) - Static method in class io.keyko.common.web3.KeeperService
Initializes the KeeperService object given a Keeper url, user and password
getMapperInstance() - Static method in class io.keyko.common.models.AbstractModel
 
getMessage() - Method in class io.keyko.common.helpers.HttpHelper.DownloadResult
 
getNonce() - Method in class io.keyko.common.web3.eth.ExtendedRawTransactionManager
 
getNonce() - Method in class io.keyko.common.web3.PersonalTransactionManager
 
getNonce(DefaultBlockParameterName) - Method in class io.keyko.common.web3.eth.ExtendedRawTransactionManager
 
getNonce(Web3j, String, DefaultBlockParameterName) - Method in interface io.keyko.common.web3.eth.nonce.NonceBuilder
 
getNonce(Web3j, String, DefaultBlockParameterName) - Method in class io.keyko.common.web3.eth.nonce.TransactionCountNonceBuilder
 
getNowFormatted() - Static method in class io.keyko.common.models.AbstractModel
 
getReaderInstance(Class<T>) - Static method in class io.keyko.common.models.AbstractModel
 
getResult() - Method in class io.keyko.common.helpers.HttpHelper.DownloadResult
 
getSign() - Method in class io.keyko.common.web3.eth.methods.response.EthereumPersonalSign
 
getStatusCode() - Method in class io.keyko.common.models.HttpResponse
Ge the http status code
getStringsFromJoin(String) - Static method in class io.keyko.common.helpers.StringsHelper
Given a string with joined items by comma, return a list of items.
getTransactionReceipt(String, long, int) - Method in class io.keyko.common.web3.eth.ExtendedTransactionReceiptProcessor
 
getTxManager() - Method in class io.keyko.common.web3.KeeperService
 
getViews() - Method in class io.keyko.common.helpers.AbiParser
 
getWeb3() - Method in class io.keyko.common.web3.KeeperService
 
getWeb3Admin() - Method in class io.keyko.common.web3.KeeperService
Get the Web3j instance

H

handleResponse(HttpResponse) - Method in class io.keyko.common.helpers.HttpHelper.DownloadResponseHandler
 
headers - Variable in class io.keyko.common.models.HttpResponse
 
hexEncodeAbiType(String, Object) - Static method in class io.keyko.common.helpers.EncodingHelper
Given a type and an object, convert to the proper web3j abi type
hexStringToBytes(String) - Static method in class io.keyko.common.helpers.EncodingHelper
Encodes a Hex String in a byte array
httpClientDelete(String) - Static method in class io.keyko.common.helpers.HttpHelper
Send a HTTP DELETE request and return the HttpResponse object
httpClientGenericMethod(HttpClient, EntityEnclosingMethod, ArrayList<NameValuePair>, String) - Static method in class io.keyko.common.helpers.HttpHelper
Send a HTTP request with parameters and return the HttpResponse object
httpClientGenericMethod(HttpClient, EntityEnclosingMethod, ArrayList<NameValuePair>, String, Map<String, String>) - Static method in class io.keyko.common.helpers.HttpHelper
Send a HTTP request with parameters and return the HttpResponse object
httpClientGenericMethod(EntityEnclosingMethod, ArrayList<NameValuePair>, String) - Static method in class io.keyko.common.helpers.HttpHelper
Send a HTTP request with parameters and return the HttpResponse object
httpClientGet(String) - Static method in class io.keyko.common.helpers.HttpHelper
Send a HTTP GET request and return the HttpResponse object
httpClientGet(HttpClient, GetMethod) - Static method in class io.keyko.common.helpers.HttpHelper
Send a HTTP GET request and return the HttpResponse object
httpClientHead(HttpClient, HeadMethod) - Static method in class io.keyko.common.helpers.HttpHelper
Send a HTTP HEAD request and return the HttpResponse object
httpClientPost(String) - Static method in class io.keyko.common.helpers.HttpHelper
Send a HTTP POST request and return the HttpResponse object
httpClientPost(String, ArrayList<NameValuePair>, String) - Static method in class io.keyko.common.helpers.HttpHelper
Send a HTTP POST request and return the HttpResponse object
httpClientPost(String, Map<String, String>) - Static method in class io.keyko.common.helpers.HttpHelper
Send a HTTP POST request and return the HttpResponse object
httpClientPostBody(String) - Static method in class io.keyko.common.helpers.HttpHelper
Send a HTTP POST request and return the body
httpClientPostBody(String, ArrayList<NameValuePair>) - Static method in class io.keyko.common.helpers.HttpHelper
Send a HTTP POST request with parameters and return the body
httpClientPut(String, ArrayList<NameValuePair>, String) - Static method in class io.keyko.common.helpers.HttpHelper
Send a HTTP PUT request and return the HttpResponse object
httpClientRead(HttpClient, HttpMethodBase) - Static method in class io.keyko.common.helpers.HttpHelper
Send a HTTP GET or HEAD request and return the HttpResponse object
HttpHelper - Class in io.keyko.common.helpers
 
HttpHelper() - Constructor for class io.keyko.common.helpers.HttpHelper
 
HttpHelper.DownloadResponseHandler - Class in io.keyko.common.helpers
 
HttpHelper.DownloadResult - Class in io.keyko.common.helpers
 
HttpResponse - Class in io.keyko.common.models
 
HttpResponse(int, String, String, long) - Constructor for class io.keyko.common.models.HttpResponse
Constructor

I

implementation - Variable in class io.keyko.common.models.EthereumAbi
 
indexed - Variable in class io.keyko.common.models.EthereumAbi.AbiInputEntry
 
inputs - Variable in class io.keyko.common.models.EthereumAbi.AbiEntry
 
io.keyko.common.exceptions - package io.keyko.common.exceptions
 
io.keyko.common.helpers - package io.keyko.common.helpers
 
io.keyko.common.models - package io.keyko.common.models
 
io.keyko.common.web3 - package io.keyko.common.web3
 
io.keyko.common.web3.eth - package io.keyko.common.web3.eth
 
io.keyko.common.web3.eth.methods.response - package io.keyko.common.web3.eth.methods.response
 
io.keyko.common.web3.eth.nonce - package io.keyko.common.web3.eth.nonce
 
isHexString(String) - Static method in class io.keyko.common.helpers.EncodingHelper
Return true or false if a input string is in hex formUrl
isInfuraNode - Variable in class io.keyko.common.web3.KeeperService
 
isValidAddress(String) - Static method in class io.keyko.common.helpers.EthereumHelper
Given an input string validates if it's a valid ethereum address

J

JsonRpcEthereumAdmin - Class in io.keyko.common.web3.eth
 
JsonRpcEthereumAdmin(Web3jService) - Constructor for class io.keyko.common.web3.eth.JsonRpcEthereumAdmin
 

K

keccak256(String) - Static method in class io.keyko.common.helpers.CryptoHelper
Given an input string generates the equivalent to keccak256(abi.encodePacked())
KeeperService - Class in io.keyko.common.web3
 
KeeperService(String, String, String, String, int, long) - Constructor for class io.keyko.common.web3.KeeperService
 
keepWaiting(Optional<TransactionReceipt>) - Method in class io.keyko.common.web3.eth.ExtendedTransactionReceiptProcessor
 

L

load(String) - Static method in class io.keyko.common.helpers.AbiParser
 
loadFromFile(String) - Static method in class io.keyko.common.helpers.AbiParser
 
log - Static variable in class io.keyko.common.web3.eth.ExtendedRawTransactionManager
 
log - Static variable in class io.keyko.common.web3.eth.ExtendedTransactionReceiptProcessor
 
log - Static variable in class io.keyko.common.web3.KeeperService
 
log - Static variable in class io.keyko.common.web3.PersonalTransactionManager
 
logger - Static variable in class io.keyko.common.models.AbstractModel
 

M

MASK_256 - Static variable in class io.keyko.common.helpers.CryptoHelper
 
message - Variable in class io.keyko.common.helpers.HttpHelper.DownloadResult
 
MESSAGE_PREFIX - Static variable in class io.keyko.common.helpers.EthereumHelper
 

N

name - Variable in class io.keyko.common.models.EthereumAbi.AbiEntry
 
name - Variable in class io.keyko.common.models.EthereumAbi.AbiInputEntry
 
name - Variable in class io.keyko.common.models.EthereumAbi.AbiOutputEntry
 
name - Variable in class io.keyko.common.models.EthereumAbi
 
nonce - Variable in class io.keyko.common.web3.PersonalTransactionManager
 
nonceBuilder - Variable in class io.keyko.common.web3.eth.ExtendedRawTransactionManager
 
nonceBuilder - Variable in class io.keyko.common.web3.PersonalTransactionManager
 
NonceBuilder - Interface in io.keyko.common.web3.eth.nonce
 

O

objectMapper - Static variable in class io.keyko.common.models.AbstractModel
 
outputs - Variable in class io.keyko.common.models.EthereumAbi.AbiEntry
 

P

padRightWithZero(String, int) - Static method in class io.keyko.common.helpers.EncodingHelper
Pad a string with zero given a specific length
parseDDOUrl(String, String) - Static method in class io.keyko.common.helpers.UrlHelper
 
password - Variable in class io.keyko.common.web3.KeeperService
 
password - Variable in class io.keyko.common.web3.PersonalTransactionManager
 
payable - Variable in class io.keyko.common.models.EthereumAbi.AbiEntry
 
personalSign(String, String, String) - Method in class io.keyko.common.web3.eth.JsonRpcEthereumAdmin
Invoke the personal sign method
PersonalTransactionManager - Class in io.keyko.common.web3
 
PersonalTransactionManager(Admin, Credentials, String) - Constructor for class io.keyko.common.web3.PersonalTransactionManager
 
PersonalTransactionManager(Web3j, Credentials, String, int, long) - Constructor for class io.keyko.common.web3.PersonalTransactionManager
 

R

recalculateNonce - Variable in class io.keyko.common.web3.PersonalTransactionManager
 
recoverAddressFromSignature(Sign.SignatureData, byte[]) - Static method in class io.keyko.common.helpers.EthereumHelper
Given a signature data and the hashed message, recover and return the public key that generated the signature
remove0x(String) - Static method in class io.keyko.common.helpers.EthereumHelper
Removes all the "0x"
result - Variable in class io.keyko.common.helpers.HttpHelper.DownloadResult
 

S

sendCall(String, String, DefaultBlockParameter) - Method in class io.keyko.common.web3.PersonalTransactionManager
 
sendTransaction(BigInteger, BigInteger, String, String, BigInteger) - Method in class io.keyko.common.web3.PersonalTransactionManager
 
sendTransaction(BigInteger, BigInteger, String, String, BigInteger, boolean) - Method in class io.keyko.common.web3.eth.ExtendedRawTransactionManager
 
sendTransaction(BigInteger, BigInteger, String, String, BigInteger, boolean) - Method in class io.keyko.common.web3.PersonalTransactionManager
 
sendTransactionReceiptRequest(String) - Method in class io.keyko.common.web3.eth.ExtendedTransactionReceiptProcessor
 
setBody(String) - Method in class io.keyko.common.models.HttpResponse
Set the body
setCharset(String) - Method in class io.keyko.common.models.HttpResponse
Set the charset
setCode(Integer) - Method in class io.keyko.common.helpers.HttpHelper.DownloadResult
 
setContentLength(long) - Method in class io.keyko.common.models.HttpResponse
Set content length
setCredentials(Credentials) - Method in class io.keyko.common.web3.KeeperService
 
setGasLimit(BigInteger) - Method in class io.keyko.common.web3.KeeperService
 
setGasPrice(BigInteger) - Method in class io.keyko.common.web3.KeeperService
 
setHeaders(Header[]) - Method in class io.keyko.common.models.HttpResponse
Set HTTP response headers
setMessage(String) - Method in class io.keyko.common.helpers.HttpHelper.DownloadResult
 
setNonceBuilder(NonceBuilder) - Method in class io.keyko.common.web3.eth.ExtendedRawTransactionManager
 
setNonceBuilder(NonceBuilder) - Method in class io.keyko.common.web3.PersonalTransactionManager
 
setNonceRecalculation(Boolean) - Method in class io.keyko.common.web3.PersonalTransactionManager
 
setResult(Boolean) - Method in class io.keyko.common.helpers.HttpHelper.DownloadResult
 
setStatusCode(int) - Method in class io.keyko.common.models.HttpResponse
Set the http status code
setTxManager(TransactionManager) - Method in class io.keyko.common.web3.KeeperService
 
sha3_256(String) - Static method in class io.keyko.common.helpers.CryptoHelper
Given an input string generates the digest SHA3 256 hash
sha3256(String) - Static method in class io.keyko.common.helpers.CryptoHelper
Given an input string return the result of sha3256
sign(RawTransaction) - Method in class io.keyko.common.web3.PersonalTransactionManager
 
signAndSend(RawTransaction) - Method in class io.keyko.common.web3.PersonalTransactionManager
 
signature - Variable in class io.keyko.common.models.EthereumAbi.AbiEntry
 
signatureToString(Sign.SignatureData) - Static method in class io.keyko.common.helpers.EncodingHelper
 
signMessage(String, Credentials) - Static method in class io.keyko.common.helpers.EthereumHelper
Given a string and a ECKeyPair sign the ethereum prefixed message
signMessage(String, ECKeyPair) - Static method in class io.keyko.common.helpers.EthereumHelper
Given a string and a ECKeyPair sign the ethereum prefixed message
sleepDuration - Variable in class io.keyko.common.web3.eth.ExtendedTransactionReceiptProcessor
 
soliditySha3(Object...) - Static method in class io.keyko.common.helpers.CryptoHelper
Given N objects, return the SHA3 of those objects
stateMutability - Variable in class io.keyko.common.models.EthereumAbi.AbiEntry
 
statusCode - Variable in class io.keyko.common.models.HttpResponse
 
StringsHelper - Class in io.keyko.common.helpers
 
StringsHelper() - Constructor for class io.keyko.common.helpers.StringsHelper
 
stringToBytes(String) - Static method in class io.keyko.common.helpers.EncodingHelper
Convert a string to hex and after to a byte array
stringToBytes32(String) - Static method in class io.keyko.common.helpers.EncodingHelper
Given a String return a Bytes32
stringToSignature(String) - Static method in class io.keyko.common.helpers.EncodingHelper
 

T

toBytes(Object) - Static method in class io.keyko.common.helpers.CryptoHelper
Given an object (byte[], BigInteger, Address, Uint or Number) gets the byte[] with the proper length
toHexString(byte[]) - Static method in class io.keyko.common.helpers.EncodingHelper
Convert a byte[] to a hex string with 0x appended
toHexString(byte[], boolean) - Static method in class io.keyko.common.helpers.EncodingHelper
Convert a byte[] to a hex string with 0x appended
toJson() - Method in class io.keyko.common.models.AbstractModel
 
toJson(Object) - Method in class io.keyko.common.models.AbstractModel
 
toString() - Method in class io.keyko.common.models.HttpResponse
Get the string representation of the object
TransactionCountNonceBuilder - Class in io.keyko.common.web3.eth.nonce
 
TransactionCountNonceBuilder() - Constructor for class io.keyko.common.web3.eth.nonce.TransactionCountNonceBuilder
 
TX_NONCE_RETRIES - Static variable in class io.keyko.common.web3.eth.ExtendedRawTransactionManager
 
txAttempts - Variable in class io.keyko.common.web3.KeeperService
 
txHashVerifier - Variable in class io.keyko.common.web3.PersonalTransactionManager
 
txManager - Variable in class io.keyko.common.web3.KeeperService
 
txSleepDuration - Variable in class io.keyko.common.web3.KeeperService
 
type - Variable in class io.keyko.common.models.EthereumAbi.AbiEntry
 
type - Variable in class io.keyko.common.models.EthereumAbi.AbiInputEntry
 
type - Variable in class io.keyko.common.models.EthereumAbi.AbiOutputEntry
 

U

UrlHelper - Class in io.keyko.common.helpers
 
UrlHelper() - Constructor for class io.keyko.common.helpers.UrlHelper
 
UTF8 - Static variable in class io.keyko.common.helpers.HttpHelper
 

V

value - Variable in class io.keyko.common.models.EthereumAbi.AbiInputEntry
 
version - Variable in class io.keyko.common.models.EthereumAbi
 

W

waitForTransactionReceipt(String) - Method in class io.keyko.common.web3.eth.ExtendedTransactionReceiptProcessor
 
wasSignedByAddress(String, Sign.SignatureData, byte[]) - Static method in class io.keyko.common.helpers.EthereumHelper
Given an address, signature data and the hashed message return true or false if the address is the one used to sign the message
web3Admin - Variable in class io.keyko.common.web3.KeeperService
 
web3j - Variable in class io.keyko.common.web3.eth.ExtendedRawTransactionManager
 
web3j - Variable in class io.keyko.common.web3.eth.ExtendedTransactionReceiptProcessor
 
web3j - Variable in class io.keyko.common.web3.KeeperService
 
web3j - Variable in class io.keyko.common.web3.PersonalTransactionManager
 
wrapWithQuotesAndJoin(List<String>) - Static method in class io.keyko.common.helpers.StringsHelper
Given a list of strings join all of them using quotes wrapping each item with quotes
A B C D E F G H I J K L M N O P R S T U V W 
All Classes All Packages