contents property Null safety
late, final
The binary encoded transaction payload.
There is no max contents size, but contents are encouraged to stay under 100kB for performance.
Implementation
late final Uint8List contents;
The binary encoded transaction payload.
There is no max contents size, but contents are encouraged to stay under 100kB for performance.
late final Uint8List contents;