read static method

Implementation

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

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