write static method
Implementation
static int write(Transaction value, Uint8List buf) {
final handle = lower(value);
buf.buffer.asByteData(buf.offsetInBytes).setInt64(0, handle.address);
return 8;
}
static int write(Transaction value, Uint8List buf) {
final handle = lower(value);
buf.buffer.asByteData(buf.offsetInBytes).setInt64(0, handle.address);
return 8;
}