buildUrl abstract method

String buildUrl({
  1. required String chainId,
  2. String? nodeUrl,
  3. String? networkId,
})

Build a url for the pact api from the given chainId Will use the nodeUrl and the networkId set by setNodeUrl and/or setNetworkId if nodeUrl and networkId are not provided.

Implementation

String buildUrl({
  required String chainId,
  String? nodeUrl,
  String? networkId,
});