read static method

Implementation

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

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