decode static method

PeerId decode(
  1. String s
)

Implementation

static PeerId decode(String s) => PeerId(_parseStringToMultihash(s));