List<dynamic> fromwireInvoicePaymentHash(Uint8List buffer) { List<dynamic> retarr = fromwireSha256(buffer); return retarr[0]; }