fromAmino static method

Implementation

static SimplePublicKey fromAmino(SimpleKeyAminoArgs data) {
  return SimplePublicKey(data.key!);
}