get abstract method

dynamic get(
  1. PeerId p,
  2. String key
)

Get / Put is a simple registry for other peer-related key/value pairs. If we find something we use often, it should become its own set of methods. This is a last resort.

Implementation

dynamic get(PeerId p, String key);