toBytes method

  1. @override
Uint8List toBytes()
override

Implementation

@override
Uint8List toBytes() {
  _ensureSections();
  _rebuildGlobal();
  return PsbtCodec.encode(_sections);
}