EmbeddedApi constructor

EmbeddedApi()

Implementation

EmbeddedApi() {
  pillar = PillarApi();
  plasma = PlasmaApi();
  sentinel = SentinelApi();
  stake = StakeApi();
  swap = SwapApi();
  token = TokenApi();
  accelerator = AcceleratorApi();
}