AddressChanged constructor

AddressChanged(
  1. List response
)

Implementation

AddressChanged(List<dynamic> response)
    : node = (response[0] as _i2.Uint8List),
      coinType = (response[1] as BigInt),
      newAddress = (response[2] as _i2.Uint8List);