CommitTx

case class CommitTx(input: InputInfo, tx: Transaction) extends TransactionWithInputInfo
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

override def desc: String

Inherited methods

Inherited from:
Product
def sighash(txOwner: TxOwner, commitmentFormat: CommitmentFormat): Int

Sighash flags to use when signing the transaction.

Sighash flags to use when signing the transaction.

Inherited from:
TransactionWithInputInfo
Source:
Transactions.scala