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