DialRanker typedef

DialRanker = List<AddrDelay> Function(List<MultiAddr> addrs)

DialRanker provides a schedule of dialing the provided addresses

Implementation

typedef DialRanker = List<AddrDelay> Function(List<MultiAddr> addrs);