normalize static method

String normalize(
  1. String keyOrId
)

Normalizes keyOrId to the bare contract id (alias of contractIdOf — the name the driver seam documents).

Implementation

static String normalize(String keyOrId) => contractIdOf(keyOrId);