Output constructor

Output({Uint8List script int value, List<Uint8List> pubkeys, List<Uint8List> signatures, Uint8List valueBuffer })

Implementation

Output({this.script, this.value, this.pubkeys, this.signatures, this.valueBuffer}) {
  if (value != null && !isSatoshi(value))
    throw ArgumentError("Invalid ouput value");
}