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