crypto property

CryptoModule get crypto

Implementation

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