Uses of Class
io.keyko.nevermined.exceptions.EthereumException
-
Packages that use EthereumException Package Description io.keyko.nevermined.api io.keyko.nevermined.api.impl io.keyko.nevermined.manager -
-
Uses of EthereumException in io.keyko.nevermined.api
Methods in io.keyko.nevermined.api that throw EthereumException Modifier and Type Method Description org.web3j.protocol.core.methods.response.TransactionReceiptTemplatesAPI. approve(String templateId)Approve (whitelist) an already proposed template.BalanceAccountsAPI. balance(Account account)Returns the Balance of an accountBigIntegerTemplatesAPI. getListSize()Get the number of agreement templates registeredTemplateSEATemplatesAPI. getTemplate(String templateId)Return the attributes associated to a registered Template in the Smart ContractsbooleanTemplatesAPI. isApproved(String templateAddress)Checks if an agreement template is approvedList<Account>AccountsAPI. list()Returns a list of the accounts registered in Keeperorg.web3j.protocol.core.methods.response.TransactionReceiptTemplatesAPI. propose(String templateId)Suggest an agreement template smart contract to include in the white listed agreement templatesorg.web3j.protocol.core.methods.response.TransactionReceiptTokensAPI. request(BigInteger amount)Request a number of Ocean Tokensorg.web3j.protocol.core.methods.response.TransactionReceiptAccountsAPI. requestTokens(BigInteger amount)Requests Nevermined TokensDDOAssetsAPI. resolve(DID did)Gets a DDO from a DIDorg.web3j.protocol.core.methods.response.TransactionReceiptTemplatesAPI. revoke(String templateId)Cancel the propsed/approved template or essentially de-whitelist the template.org.web3j.protocol.core.methods.response.TransactionReceiptTokensAPI. transfer(String receiverAccount, BigInteger amount)Transfer tokens from one account to the receiver address -
Uses of EthereumException in io.keyko.nevermined.api.impl
Methods in io.keyko.nevermined.api.impl that throw EthereumException Modifier and Type Method Description org.web3j.protocol.core.methods.response.TransactionReceiptTemplatesImpl. approve(String templateAddress)BalanceAccountsImpl. balance(Account account)BigIntegerTemplatesImpl. getListSize()TemplateSEATemplatesImpl. getTemplate(String templateAddress)booleanTemplatesImpl. isApproved(String templateAddress)List<Account>AccountsImpl. list()org.web3j.protocol.core.methods.response.TransactionReceiptTemplatesImpl. propose(String templateAddress)org.web3j.protocol.core.methods.response.TransactionReceiptTokensImpl. request(BigInteger amount)org.web3j.protocol.core.methods.response.TransactionReceiptAccountsImpl. requestTokens(BigInteger amount)org.web3j.protocol.core.methods.response.TransactionReceiptTemplatesImpl. revoke(String templateAddress)org.web3j.protocol.core.methods.response.TransactionReceiptTokensImpl. transfer(String receiverAccount, BigInteger amount) -
Uses of EthereumException in io.keyko.nevermined.manager
Methods in io.keyko.nevermined.manager that throw EthereumException Modifier and Type Method Description org.web3j.protocol.core.methods.response.TransactionReceiptTemplatesManager. approveTemplate(String templateId)Approve (whitelist) an already proposed templateBalanceAccountsManager. getAccountBalance(String accountAddress)Given an account returns a Balance object with the Ethereum and Ocean balanceList<Account>AccountsManager. getAccounts()Returns the list of ethereum accounts registered in the Keeper node If getBalance is true, get the ethereum and nevermined balance of each accountBigIntegerAccountsManager. getEthAccountBalance(String accountAddress)Given an account returns the Ethereum balanceBigIntegerAccountsManager. getNeverminedAccountBalance(String accountAddress)Given an account returns the Ocean balance Contract: NeverminedToken Method: balanceOfTemplateSEATemplatesManager. getTemplate(String templateId)Getting template using an address givenBigIntegerTemplatesManager. getTemplateListSize()Returns the number of templates registeredbooleanTemplatesManager. isTemplateApproved(String templateAddress)Returns true or false depending if the template was approvedorg.web3j.protocol.core.methods.response.TransactionReceiptTemplatesManager. proposeTemplate(String templateAddress)Suggest an agreement template smart contract to include in the white listed agreement templatesorg.web3j.protocol.core.methods.response.TransactionReceiptAccountsManager. requestTokens(BigInteger amount)Requests Nevermined Tokens from the Dispenser Smart Contractorg.web3j.protocol.core.methods.response.TransactionReceiptTemplatesManager. revokeTemplate(String templateId)Cancel the propsed/approved template or essentially de-whitelist the template.org.web3j.protocol.core.methods.response.TransactionReceiptAccountsManager. transfer(String receiverAccount, BigInteger amount)Transfer tokens from one account to the receiver address
-