BlockchainApiUtils constructor

BlockchainApiUtils({
  1. String blockchainApiUriRoot = 'https://rpc.walletconnect.com',
  2. required String projectId,
})

Implementation

BlockchainApiUtils({
  this.blockchainApiUriRoot = 'https://rpc.walletconnect.com',
  required this.projectId,
});