BitcoinBlockChainService constructor
BitcoinBlockChainService({
- required JsVMService jsVMService,
- required BitcoinRpcClient bitcoinRpcClient,
Implementation
BitcoinBlockChainService({
required this.jsVMService,
required this.bitcoinRpcClient,
});