read static method

Implementation

static LiftRetVal<MissingUtxoPsbtException> read(Uint8List buf) {
  int new_offset = buf.offsetInBytes;

  return LiftRetVal(MissingUtxoPsbtException._(), new_offset);
}