static Blob oftheVector(Vector<Nat8> vecnat8) { return Blob(vecnat8.map<int>((Nat8 nat8byte)=>nat8byte.value).toList()); }