Expand description
§Challenge Transaction Logic
This module provides functions for constructing and challenge related transactions in the protocol. The transactions are: Challenge, ChallengeTimeout, OperatorChallengeNack, OperatorChallengeAck, Disprove.
Functions§
- Creates a
TxHandler
for thechallenge_timeout
transaction. - Creates a
TxHandler
for thechallenge
transaction. - Creates a
TxHandler
for thedisprove_tx
. - Creates a
TxHandler
for the OperatorChallengeAck transaction. - Creates a
TxHandler
for theOperatorChallengeNack
transaction. - Creates a
TxHandler
for thewatchtower_challenge_timeout_tx
. - Creates a
TxHandler
for thewatchtower_challenge_tx
.