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§
- create_
challenge_ timeout_ txhandler - Creates a
TxHandlerfor thechallenge_timeouttransaction. - create_
challenge_ txhandler - Creates a
TxHandlerfor thechallengetransaction. - create_
disprove_ txhandler - Creates a
TxHandlerfor thedisprove_tx. - create_
operator_ challenge_ ack_ txhandler - Creates a
TxHandlerfor the OperatorChallengeAck transaction. - create_
operator_ challenge_ nack_ txhandler - Creates a
TxHandlerfor theOperatorChallengeNacktransaction. - create_
watchtower_ challenge_ timeout_ txhandler - Creates a
TxHandlerfor thewatchtower_challenge_timeout_tx. - create_
watchtower_ challenge_ txhandler - Creates a
TxHandlerfor thewatchtower_challenge_tx.