canDial abstract method

bool canDial(
  1. MultiAddr addr
)

Returns true if this transport can dial the given multiaddress

Implementation

bool canDial(MultiAddr addr);