OutputBase constructor

OutputBase({
  1. String? type,
  2. Uint8List? script,
  3. int? value,
  4. List<Uint8List?>? pubkeys,
  5. List<Uint8List?>? signatures,
  6. Uint8List? valueBuffer,
  7. int? maxSignatures,
  8. int tokenId = 0,
})

Implementation

OutputBase(
    {this.type,
    this.script,
    this.value,
    this.pubkeys,
    this.signatures,
    this.valueBuffer,
    this.maxSignatures,
    this.tokenId = 0});