canDial abstract method

bool canDial(
  1. PeerId peerId,
  2. MultiAddr addr
)

Returns whether the dialer can dial peer p at addr

Implementation

bool canDial(PeerId peerId, MultiAddr addr);