PubkeyChanged constructor

PubkeyChanged(
  1. List response
)

Implementation

PubkeyChanged(List<dynamic> response)
    : node = (response[0] as _i2.Uint8List),
      x = (response[1] as _i2.Uint8List),
      y = (response[2] as _i2.Uint8List);