read static method

Implementation

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

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