AssemblerInput constructor
const
AssemblerInput({
- required Outpoint outpoint,
- required BigInt value,
- required Uint8List scriptPubKey,
- required AssemblerInputType type,
- Uint8List? publicKey,
- int sequence = TxInput.sequenceFinal,
- SigHashType hashType = SigHashType.all,
Implementation
const AssemblerInput({
required this.outpoint,
required this.value,
required this.scriptPubKey,
required this.type,
this.publicKey,
this.sequence = TxInput.sequenceFinal,
this.hashType = SigHashType.all,
});