fromAmino static method

Implementation

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