ScriptPushData constructor

ScriptPushData(
  1. Uint8List data
)

Implementation

ScriptPushData(Uint8List data) : _data = Uint8List.fromList(data);