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