static UR decodeBody(String type, String message) { final cbor = bytewords.decode(message, style: bytewords.Styles.minimal); return UR(Uint8List.fromList(HEX.decode(cbor)), type); }