ChainRpcUrls constructor

ChainRpcUrls({
  1. required List<String> http,
  2. List<String>? webSocket,
})

Implementation

ChainRpcUrls({
  required this.http,
  this.webSocket,
});