write static method

int write(
  1. PsbtException value,
  2. Uint8List buf
)

Implementation

static int write(PsbtException value, Uint8List buf) {
  return value.write(buf);
}