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