fromData static method

Implementation

static SimplePublicKey fromData(SimpleKeyDataArgs data) {
  return SimplePublicKey(data.key!);
}