oftheVector static method

Blob oftheVector(
  1. Vector<Nat8> vecnat8
)

Implementation

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