BlockfrostBlockchainAdapter constructor

BlockfrostBlockchainAdapter({
  1. required NetworkId networkId,
  2. required Blockfrost blockfrost,
  3. required String projectId,
})

Implementation

BlockfrostBlockchainAdapter(
    {required this.networkId,
    required this.blockfrost,
    required this.projectId});