ServiceEth constructor

ServiceEth(
  1. SubstrateService serviceRoot
)

Implementation

ServiceEth(SubstrateService serviceRoot) {
  account = ServiceAccountEth(serviceRoot);
  keyring = ServiceKeyringEth(serviceRoot);
}