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