boc property
BocModule
get
boc
Implementation
BocModule get boc {
if (_boc == null) {
throw ('Client core not connected! Use TonClient.connect to open connection!');
}
return _boc!;
}
BocModule get boc {
if (_boc == null) {
throw ('Client core not connected! Use TonClient.connect to open connection!');
}
return _boc!;
}