BlockChainService constructor
BlockChainService({
- required ICore core,
Implementation
BlockChainService({required ICore core})
: _core = core,
_baseUrl = '${UrlConstants.blockChainService}/v1';