isPubkey static method

bool isPubkey(
  1. String str
)

Implementation

static bool isPubkey(String str) {
  return isKey(Hrps.PUBLIC_KEY, str);
}