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