BlockchainAdapterFactory constructor

BlockchainAdapterFactory({
  1. required Interceptor authInterceptor,
  2. required NetworkId networkId,
  3. required String projectId,
})

Implementation

BlockchainAdapterFactory(
    {required this.authInterceptor,
    required this.networkId,
    required this.projectId});