- 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.