Uses of Class
dev.vality.fistful.account.AccountParams
| Package | Description |
|---|---|
| dev.vality.fistful.account | |
| dev.vality.fistful.wallet |
-
Uses of AccountParams in dev.vality.fistful.account
Methods in dev.vality.fistful.account that return AccountParams Modifier and Type Method Description AccountParamsAccountParams. deepCopy()AccountParamsAccountParams. setIdentityId(String identity_id)AccountParamsAccountParams. setSymbolicCode(String symbolic_code)Methods in dev.vality.fistful.account with parameters of type AccountParams Modifier and Type Method Description intAccountParams. compareTo(AccountParams other)booleanAccountParams. equals(AccountParams that)Constructors in dev.vality.fistful.account with parameters of type AccountParams Constructor Description AccountParams(AccountParams other)Performs a deep copy on other. -
Uses of AccountParams in dev.vality.fistful.wallet
Fields in dev.vality.fistful.wallet declared as AccountParams Modifier and Type Field Description AccountParamsWalletParams. account_paramsMethods in dev.vality.fistful.wallet that return AccountParams Modifier and Type Method Description AccountParamsWalletParams. getAccountParams()Methods in dev.vality.fistful.wallet with parameters of type AccountParams Modifier and Type Method Description WalletParamsWalletParams. setAccountParams(AccountParams account_params)Constructors in dev.vality.fistful.wallet with parameters of type AccountParams Constructor Description WalletParams(String id, String name, AccountParams account_params)