tvm property

TvmModule get tvm

Implementation

TvmModule get tvm {
  if (_tvm == null) {
    throw ('Client core not connected! Use TonClient.connect to open connection!');
  }
  return _tvm!;
}