ApiEth constructor

ApiEth(
  1. PolkawalletApi apiRoot,
  2. ServiceEth service
)

Implementation

ApiEth(PolkawalletApi apiRoot, ServiceEth service) {
  account = ApiAccountEth(apiRoot, service.account);
  keyring = ApiKeyringEth(apiRoot, service.keyring);
}