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