read static method
Implementation
static LiftRetVal<InvalidXOnlyPublicKeyPsbtException> read(Uint8List buf) {
int new_offset = buf.offsetInBytes;
return LiftRetVal(InvalidXOnlyPublicKeyPsbtException._(), new_offset);
}
static LiftRetVal<InvalidXOnlyPublicKeyPsbtException> read(Uint8List buf) {
int new_offset = buf.offsetInBytes;
return LiftRetVal(InvalidXOnlyPublicKeyPsbtException._(), new_offset);
}