hexBytesForScript property

Uint8List get hexBytesForScript

Implementation

Uint8List get hexBytesForScript =>
    Uint8List.fromList(<int>[0x54, 0x20] + hex.decode(this));