BitcoinBlockChainService constructor

BitcoinBlockChainService({
  1. required JsVMService jsVMService,
  2. required BitcoinRpcClient bitcoinRpcClient,
})

Implementation

BitcoinBlockChainService({
  required this.jsVMService,
  required this.bitcoinRpcClient,
});