MwebAddr constructor

MwebAddr({
  1. required String hrp,
  2. required Uint8List payload,
})

Implementation

MwebAddr({required this.hrp, required this.payload});