Uses of Class
io.keyko.nevermined.models.Account
-
Packages that use Account Package Description io.keyko.nevermined.api io.keyko.nevermined.api.impl io.keyko.nevermined.manager -
-
Uses of Account in io.keyko.nevermined.api
Fields in io.keyko.nevermined.api declared as Account Modifier and Type Field Description private AccountNeverminedAPI. mainAccountMethods in io.keyko.nevermined.api that return Account Modifier and Type Method Description AccountNeverminedAPI. getMainAccount()Gets the account used to initialized the APIMethods in io.keyko.nevermined.api that return types with arguments of type Account Modifier and Type Method Description List<Account>AccountsAPI. list()Returns a list of the accounts registered in KeeperMethods in io.keyko.nevermined.api with parameters of type Account Modifier and Type Method Description BalanceAccountsAPI. balance(Account account)Returns the Balance of an accountorg.web3j.tuples.generated.Tuple2<String,String>AgreementsAPI. prepare(DID did, int serviceDefinitionId, Account consumerAccount)Prepare the service agreement. -
Uses of Account in io.keyko.nevermined.api.impl
Methods in io.keyko.nevermined.api.impl that return types with arguments of type Account Modifier and Type Method Description List<Account>AccountsImpl. list()Methods in io.keyko.nevermined.api.impl with parameters of type Account Modifier and Type Method Description BalanceAccountsImpl. balance(Account account)org.web3j.tuples.generated.Tuple2<String,String>AgreementsImpl. prepare(DID did, int serviceDefinitionId, Account consumerAccount)StringAgreementsImpl. sign(String agreementId, DID did, int serviceDefinitionId, Account consumerAccount) -
Uses of Account in io.keyko.nevermined.manager
Fields in io.keyko.nevermined.manager declared as Account Modifier and Type Field Description protected AccountBaseManager. mainAccountMethods in io.keyko.nevermined.manager that return Account Modifier and Type Method Description AccountBaseManager. getMainAccount()Methods in io.keyko.nevermined.manager that return types with arguments of type Account Modifier and Type Method Description List<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 accountMethods in io.keyko.nevermined.manager with parameters of type Account Modifier and Type Method Description BaseManagerBaseManager. setMainAccount(Account mainAccount)
-