Skip navigation links
E G I O P R S 

E

EosioJavaRpcErrorConstants - Class in one.block.eosiojavarpcprovider.error
Error constants used in error messages thrown by the RPC Provider.
EosioJavaRpcErrorConstants() - Constructor for class one.block.eosiojavarpcprovider.error.EosioJavaRpcErrorConstants
 
EosioJavaRpcProviderCallError - Exception in one.block.eosiojavarpcprovider.error
Error thrown when there is a lower level processing error sending or receiving an RPC call.
EosioJavaRpcProviderCallError() - Constructor for exception one.block.eosiojavarpcprovider.error.EosioJavaRpcProviderCallError
 
EosioJavaRpcProviderCallError(String) - Constructor for exception one.block.eosiojavarpcprovider.error.EosioJavaRpcProviderCallError
 
EosioJavaRpcProviderCallError(String, RPCResponseError) - Constructor for exception one.block.eosiojavarpcprovider.error.EosioJavaRpcProviderCallError
 
EosioJavaRpcProviderCallError(String, Exception) - Constructor for exception one.block.eosiojavarpcprovider.error.EosioJavaRpcProviderCallError
 
EosioJavaRpcProviderCallError(Exception) - Constructor for exception one.block.eosiojavarpcprovider.error.EosioJavaRpcProviderCallError
 
EosioJavaRpcProviderCallError(String, Exception, RPCResponseError) - Constructor for exception one.block.eosiojavarpcprovider.error.EosioJavaRpcProviderCallError
 
EosioJavaRpcProviderImpl - Class in one.block.eosiojavarpcprovider.implementations
Simple implementation of an RPC provider for communicating with the blockchain.
EosioJavaRpcProviderImpl(String) - Constructor for class one.block.eosiojavarpcprovider.implementations.EosioJavaRpcProviderImpl
Construct a new RPC provider instance given the base URL to use for building requests.
EosioJavaRpcProviderImpl(String, boolean) - Constructor for class one.block.eosiojavarpcprovider.implementations.EosioJavaRpcProviderImpl
Construct a new RPC provider instance given the base URL to use for building requests.
EosioJavaRpcProviderInitializerError - Exception in one.block.eosiojavarpcprovider.error
Error thrown when there is an issue initializing the RPC Provider.
EosioJavaRpcProviderInitializerError() - Constructor for exception one.block.eosiojavarpcprovider.error.EosioJavaRpcProviderInitializerError
 
EosioJavaRpcProviderInitializerError(String) - Constructor for exception one.block.eosiojavarpcprovider.error.EosioJavaRpcProviderInitializerError
 
EosioJavaRpcProviderInitializerError(String, Exception) - Constructor for exception one.block.eosiojavarpcprovider.error.EosioJavaRpcProviderInitializerError
 
EosioJavaRpcProviderInitializerError(Exception) - Constructor for exception one.block.eosiojavarpcprovider.error.EosioJavaRpcProviderInitializerError
 

G

getAbi(RequestBody) - Method in class one.block.eosiojavarpcprovider.implementations.EosioJavaRpcProviderImpl
Issue a getAbi() call to the blockchain and process the response.
getAbi(RequestBody) - Method in interface one.block.eosiojavarpcprovider.implementations.IEosioJavaRpcProviderApi
Retrofit POST call to "chain/get_abi" to an EOSIO blockchain.
getAccount(RequestBody) - Method in class one.block.eosiojavarpcprovider.implementations.EosioJavaRpcProviderImpl
Issue a get_account call to the blockchain and process the response.
getAccount(RequestBody) - Method in interface one.block.eosiojavarpcprovider.implementations.IEosioJavaRpcProviderApi
Retrofit POST call to "chain/get_account" to an EOSIO blockchain.
getActions(RequestBody) - Method in class one.block.eosiojavarpcprovider.implementations.EosioJavaRpcProviderImpl
Issue a getActions() call to the blockchain and process the response.
getActions(RequestBody) - Method in interface one.block.eosiojavarpcprovider.implementations.IEosioJavaRpcProviderApi
Retrofit POST call to "chain/get_actions" to an EOSIO blockchain.
getBlock(GetBlockRequest) - Method in class one.block.eosiojavarpcprovider.implementations.EosioJavaRpcProviderImpl
Issue a getBlock() call to the blockchain and process the response.
getBlock(GetBlockRequest) - Method in interface one.block.eosiojavarpcprovider.implementations.IEosioJavaRpcProviderApi
Retrofit POST call to "chain/get_block" to an EOSIO blockchain.
getBlockHeaderState(RequestBody) - Method in class one.block.eosiojavarpcprovider.implementations.EosioJavaRpcProviderImpl
Issue a getBlockHeaderState() call to the blockchain and process the response.
getBlockHeaderState(RequestBody) - Method in interface one.block.eosiojavarpcprovider.implementations.IEosioJavaRpcProviderApi
Retrofit POST call to "chain/get_block_header_state" to an EOSIO blockchain.
getBlockInfo(GetBlockInfoRequest) - Method in class one.block.eosiojavarpcprovider.implementations.EosioJavaRpcProviderImpl
Issue a getBlockInfo() call to the blockchain and process the response.
getBlockInfo(GetBlockInfoRequest) - Method in interface one.block.eosiojavarpcprovider.implementations.IEosioJavaRpcProviderApi
Retrofit POST call to "chain/get_block_info" to an EOSIO blockchain.
getCode(RequestBody) - Method in class one.block.eosiojavarpcprovider.implementations.EosioJavaRpcProviderImpl
Issue a getCode() call to the blockchain and process the response.
getCode(RequestBody) - Method in interface one.block.eosiojavarpcprovider.implementations.IEosioJavaRpcProviderApi
Retrofit POST call to "chain/get_code" to an EOSIO blockchain.
getControlledAccounts(RequestBody) - Method in class one.block.eosiojavarpcprovider.implementations.EosioJavaRpcProviderImpl
Issue a getControlledAccounts() call to the blockchain and process the response.
getControlledAccounts(RequestBody) - Method in interface one.block.eosiojavarpcprovider.implementations.IEosioJavaRpcProviderApi
Retrofit POST call to "chain/get_controlled_accounts" to an EOSIO blockchain.
getCurrencyBalance(RequestBody) - Method in class one.block.eosiojavarpcprovider.implementations.EosioJavaRpcProviderImpl
Issue a getCurrencyBalance call to the blockchain and process the response.
getCurrencyBalance(RequestBody) - Method in interface one.block.eosiojavarpcprovider.implementations.IEosioJavaRpcProviderApi
Retrofit POST call to "chain/get_currency_balance" to an EOSIO blockchain.
getCurrencyStats(RequestBody) - Method in class one.block.eosiojavarpcprovider.implementations.EosioJavaRpcProviderImpl
Issue a getCurrencyStats() call to the blockchain and process the response.
getCurrencyStats(RequestBody) - Method in interface one.block.eosiojavarpcprovider.implementations.IEosioJavaRpcProviderApi
Retrofit POST call to "chain/get_currency_stats" to an EOSIO blockchain.
getInfo() - Method in class one.block.eosiojavarpcprovider.implementations.EosioJavaRpcProviderImpl
Issue a getInfo() call to the blockchain and process the response.
getInfo() - Method in interface one.block.eosiojavarpcprovider.implementations.IEosioJavaRpcProviderApi
Retrofit POST call to "chain/get_info" to an EOSIO blockchain.
getKeyAccounts(RequestBody) - Method in class one.block.eosiojavarpcprovider.implementations.EosioJavaRpcProviderImpl
Issue a getKeyAccounts() call to the blockchain and process the response.
getKeyAccounts(RequestBody) - Method in interface one.block.eosiojavarpcprovider.implementations.IEosioJavaRpcProviderApi
Retrofit POST call to "chain/get_key_accounts" to an EOSIO blockchain.
getKvTableRows(RequestBody) - Method in class one.block.eosiojavarpcprovider.implementations.EosioJavaRpcProviderImpl
Issue a getKvTableRows() call to the blockchain and process the response.
getKvTableRows(RequestBody) - Method in interface one.block.eosiojavarpcprovider.implementations.IEosioJavaRpcProviderApi
Retrofit POST call to "chain/get_kv_table_rows" to an EOSIO blockchain.
getProducers(RequestBody) - Method in class one.block.eosiojavarpcprovider.implementations.EosioJavaRpcProviderImpl
Issue a getProducers() call to the blockchain and process the response.
getProducers(RequestBody) - Method in interface one.block.eosiojavarpcprovider.implementations.IEosioJavaRpcProviderApi
Retrofit POST call to "chain/get_producers" to an EOSIO blockchain.
getRawAbi(GetRawAbiRequest) - Method in class one.block.eosiojavarpcprovider.implementations.EosioJavaRpcProviderImpl
Issue a getRawAbi() request to the blockchain and process the response.
getRawAbi(GetRawAbiRequest) - Method in interface one.block.eosiojavarpcprovider.implementations.IEosioJavaRpcProviderApi
Retrofit POST call to "chain/get_raw_abi" to an EOSIO blockchain.
getRawCodeAndAbi(RequestBody) - Method in class one.block.eosiojavarpcprovider.implementations.EosioJavaRpcProviderImpl
Issue a getRawCodeAndAbi() call to the blockchain and process the response.
getRawCodeAndAbi(RequestBody) - Method in interface one.block.eosiojavarpcprovider.implementations.IEosioJavaRpcProviderApi
Retrofit POST call to "chain/get_raw_code_and_abi" to an EOSIO blockchain.
getRequiredKeys(GetRequiredKeysRequest) - Method in class one.block.eosiojavarpcprovider.implementations.EosioJavaRpcProviderImpl
Issue a getRequiredKeys() request to the blockchain and process the response.
getRequiredKeys(GetRequiredKeysRequest) - Method in interface one.block.eosiojavarpcprovider.implementations.IEosioJavaRpcProviderApi
Retrofit POST call to "chain/get_required_keys" to an EOSIO blockchain.
getRpcResponseError() - Method in exception one.block.eosiojavarpcprovider.error.EosioJavaRpcProviderCallError
 
getTableByScope(RequestBody) - Method in class one.block.eosiojavarpcprovider.implementations.EosioJavaRpcProviderImpl
Issue a getTableByScope() call to the blockchain and process the response.
getTableByScope(RequestBody) - Method in interface one.block.eosiojavarpcprovider.implementations.IEosioJavaRpcProviderApi
Retrofit POST call to "chain/get_table_by_scope" to an EOSIO blockchain.
getTableRows(RequestBody) - Method in class one.block.eosiojavarpcprovider.implementations.EosioJavaRpcProviderImpl
Issue a getTableRows() call to the blockchain and process the response.
getTableRows(RequestBody) - Method in interface one.block.eosiojavarpcprovider.implementations.IEosioJavaRpcProviderApi
Retrofit POST call to "chain/get_table_rows" to an EOSIO blockchain.
getTransaction(RequestBody) - Method in class one.block.eosiojavarpcprovider.implementations.EosioJavaRpcProviderImpl
Issue a getTransaction() call to the blockchain and process the response.
getTransaction(RequestBody) - Method in interface one.block.eosiojavarpcprovider.implementations.IEosioJavaRpcProviderApi
Retrofit POST call to "chain/get_transaction" to an EOSIO blockchain.

I

IEosioJavaRpcProviderApi - Interface in one.block.eosiojavarpcprovider.implementations
Retrofit definitions for communication with the EOSIO blockchain.

O

one.block.eosiojavarpcprovider.error - package one.block.eosiojavarpcprovider.error
Provides the classes necessary to describe meaningful exceptions that occur during an RPC provider implementation like: GetInfoRpcError and EosioJavaRpcErrorConstants.
one.block.eosiojavarpcprovider.implementations - package one.block.eosiojavarpcprovider.implementations
Provides the implementation of IRPCProvider by using Retrofit library to communicate with EOSIO blockchain.

P

pushTransaction(PushTransactionRequest) - Method in class one.block.eosiojavarpcprovider.implementations.EosioJavaRpcProviderImpl
Push a given transaction to the blockchain and process the response.
pushTransaction(PushTransactionRequest) - Method in interface one.block.eosiojavarpcprovider.implementations.IEosioJavaRpcProviderApi
Retrofit POST call to "chain/push_transaction" to an EOSIO blockchain.
pushTransactions(RequestBody) - Method in class one.block.eosiojavarpcprovider.implementations.EosioJavaRpcProviderImpl
Issue a pushTransactions() call to the blockchain and process the response.
pushTransactions(RequestBody) - Method in interface one.block.eosiojavarpcprovider.implementations.IEosioJavaRpcProviderApi
Retrofit POST call to "chain/push_transactions" to an EOSIO blockchain.

R

RPC_PROVIDER_BAD_STATUS_CODE_RETURNED - Static variable in class one.block.eosiojavarpcprovider.error.EosioJavaRpcErrorConstants
Error message gets thrown if RPC call returns bad status code from server.
RPC_PROVIDER_BASE_URL_EMPTY - Static variable in class one.block.eosiojavarpcprovider.error.EosioJavaRpcErrorConstants
Error message gets thrown if input Base URL is empty.
RPC_PROVIDER_EMPTY_RESPONSE_RETURNED - Static variable in class one.block.eosiojavarpcprovider.error.EosioJavaRpcErrorConstants
Error message gets thrown if RPC call returns empty response.
RPC_PROVIDER_ERROR_GET_ABI - Static variable in class one.block.eosiojavarpcprovider.error.EosioJavaRpcErrorConstants
Error message gets thrown if EosioJavaRpcProviderImpl.getAbi(RequestBody) returns error.
RPC_PROVIDER_ERROR_GET_ACCOUNT - Static variable in class one.block.eosiojavarpcprovider.error.EosioJavaRpcErrorConstants
Error message gets thrown if EosioJavaRpcProviderImpl.getAccount(RequestBody) returns error.
RPC_PROVIDER_ERROR_GET_ACTION - Static variable in class one.block.eosiojavarpcprovider.error.EosioJavaRpcErrorConstants
Error message gets thrown if EosioJavaRpcProviderImpl.getActions(RequestBody) returns error.
RPC_PROVIDER_ERROR_GET_BLOCK_HEADER_STATE - Static variable in class one.block.eosiojavarpcprovider.error.EosioJavaRpcErrorConstants
Error message gets thrown if EosioJavaRpcProviderImpl.getBlock(GetBlockRequest) returns error.
RPC_PROVIDER_ERROR_GET_CODE - Static variable in class one.block.eosiojavarpcprovider.error.EosioJavaRpcErrorConstants
Error message gets thrown if EosioJavaRpcProviderImpl.getCode(RequestBody) returns error.
RPC_PROVIDER_ERROR_GET_CONTROLLED_ACCOUNTS - Static variable in class one.block.eosiojavarpcprovider.error.EosioJavaRpcErrorConstants
Error message gets thrown if EosioJavaRpcProviderImpl.getControlledAccounts(RequestBody) returns error.
RPC_PROVIDER_ERROR_GET_CURRENT_BALANCE - Static variable in class one.block.eosiojavarpcprovider.error.EosioJavaRpcErrorConstants
Error message gets thrown if EosioJavaRpcProviderImpl.getCurrencyBalance(RequestBody) returns error.
RPC_PROVIDER_ERROR_GET_CURRENT_STATS - Static variable in class one.block.eosiojavarpcprovider.error.EosioJavaRpcErrorConstants
Error message gets thrown if EosioJavaRpcProviderImpl.getCurrencyStats(RequestBody) returns error.
RPC_PROVIDER_ERROR_GET_KEY_ACCOUNTS - Static variable in class one.block.eosiojavarpcprovider.error.EosioJavaRpcErrorConstants
Error message gets thrown if EosioJavaRpcProviderImpl.getKeyAccounts(RequestBody) returns error.
RPC_PROVIDER_ERROR_GET_KV_TABLE_ROWS - Static variable in class one.block.eosiojavarpcprovider.error.EosioJavaRpcErrorConstants
Error message gets thrown if EosioJavaRpcProviderImpl.getKvTableRows(RequestBody) returns error.
RPC_PROVIDER_ERROR_GET_PRODUCERS - Static variable in class one.block.eosiojavarpcprovider.error.EosioJavaRpcErrorConstants
Error message gets thrown if EosioJavaRpcProviderImpl.getProducers(RequestBody) returns error.
RPC_PROVIDER_ERROR_GET_RAW_CODE_AND_ABI - Static variable in class one.block.eosiojavarpcprovider.error.EosioJavaRpcErrorConstants
Error message gets thrown if EosioJavaRpcProviderImpl.getRawCodeAndAbi(RequestBody) returns error.
RPC_PROVIDER_ERROR_GET_TABLE_BY_SCOPE - Static variable in class one.block.eosiojavarpcprovider.error.EosioJavaRpcErrorConstants
Error message gets thrown if EosioJavaRpcProviderImpl.getTableByScope(RequestBody) returns error.
RPC_PROVIDER_ERROR_GET_TABLE_ROWS - Static variable in class one.block.eosiojavarpcprovider.error.EosioJavaRpcErrorConstants
Error message gets thrown if EosioJavaRpcProviderImpl.getTableRows(RequestBody) returns error.
RPC_PROVIDER_ERROR_GET_TRANSACTION - Static variable in class one.block.eosiojavarpcprovider.error.EosioJavaRpcErrorConstants
Error message gets thrown if EosioJavaRpcProviderImpl.getTransaction(RequestBody) returns error.
RPC_PROVIDER_ERROR_GETTING_BLOCK_INFO - Static variable in class one.block.eosiojavarpcprovider.error.EosioJavaRpcErrorConstants
Error message gets thrown if EosioJavaRpcProviderImpl.getBlock(GetBlockRequest) returns error.
RPC_PROVIDER_ERROR_GETTING_CHAIN_INFO - Static variable in class one.block.eosiojavarpcprovider.error.EosioJavaRpcErrorConstants
Error message gets thrown if EosioJavaRpcProviderImpl.getInfo() returns error.
RPC_PROVIDER_ERROR_GETTING_RAW_ABI - Static variable in class one.block.eosiojavarpcprovider.error.EosioJavaRpcErrorConstants
Error message gets thrown if EosioJavaRpcProviderImpl.getRawAbi(GetRawAbiRequest) returns error.
RPC_PROVIDER_ERROR_GETTING_REQUIRED_KEYS - Static variable in class one.block.eosiojavarpcprovider.error.EosioJavaRpcErrorConstants
Error message gets thrown if EosioJavaRpcProviderImpl.getRequiredKeys(GetRequiredKeysRequest) returns error.
RPC_PROVIDER_ERROR_PUSHING_TRANSACTION - Static variable in class one.block.eosiojavarpcprovider.error.EosioJavaRpcErrorConstants
Error message gets thrown if EosioJavaRpcProviderImpl.pushTransaction(PushTransactionRequest) returns error.
RPC_PROVIDER_ERROR_PUSHING_TRANSACTIONS - Static variable in class one.block.eosiojavarpcprovider.error.EosioJavaRpcErrorConstants
Error message gets thrown if EosioJavaRpcProviderImpl.pushTransactions(RequestBody) returns error.
RPC_PROVIDER_ERROR_SENDING_TRANSACTION - Static variable in class one.block.eosiojavarpcprovider.error.EosioJavaRpcErrorConstants
Error message gets thrown if EosioJavaRpcProviderImpl.sendTransaction(SendTransactionRequest) returns error.
RPC_PROVIDER_NO_FURTHER_ERROR_INFO - Static variable in class one.block.eosiojavarpcprovider.error.EosioJavaRpcErrorConstants
Default error message for failed RPC call if there is no expected error return.
RPC_PROVIDER_SEE_FURTHER_ERROR_INFO - Static variable in class one.block.eosiojavarpcprovider.error.EosioJavaRpcErrorConstants
Error message is a reference to RPCResponseError for additional information.

S

sendTransaction(SendTransactionRequest) - Method in class one.block.eosiojavarpcprovider.implementations.EosioJavaRpcProviderImpl
Send a given transaction to the blockchain and process the response.
sendTransaction(SendTransactionRequest) - Method in interface one.block.eosiojavarpcprovider.implementations.IEosioJavaRpcProviderApi
Retrofit POST call to "chain/send_transaction" to an EOSIO blockchain.
setRpcResponseError(RPCResponseError) - Method in exception one.block.eosiojavarpcprovider.error.EosioJavaRpcProviderCallError
 
E G I O P R S 
Skip navigation links