SdkBase constructor

SdkBase()

Implementation

SdkBase() {
  evm = Evm();
  otherProtocol = OtherProtocol();
}