TxIn constructor
TxIn({})
Implementation
TxIn({
required this.previousOutPointHash,
required this.previousOutPointIndex,
required this.signatureScript,
this.sequence = 0xffffffff,
});
TxIn({
required this.previousOutPointHash,
required this.previousOutPointIndex,
required this.signatureScript,
this.sequence = 0xffffffff,
});