Module channel
Source - DummyPacketBuilder
- Use builder syntax to set the inputs and finish with
call().
- dummy_msg_recv_packet
- dummy_packet
- Returns a dummy
Packet, for testing purposes only! - dummy_proof
- dummy_raw_channel_end
- Returns a dummy
RawChannel, for testing purposes only! - dummy_raw_counterparty_chan
- Returns a dummy
RawCounterparty, for testing purposes only!
Can be optionally parameterized with a specific channel identifier. - dummy_raw_msg_ack_with_packet
- dummy_raw_msg_acknowledgement
- Returns a dummy
RawMsgAcknowledgement, for testing purposes only!
The height parametrizes the proof height as well as the timeout height. - dummy_raw_msg_chan_close_confirm
- Returns a dummy
RawMsgChannelCloseConfirm, for testing purposes only! - dummy_raw_msg_chan_close_init
- Returns a dummy
RawMsgChannelCloseInit, for testing purposes only! - dummy_raw_msg_chan_open_ack
- Returns a dummy
RawMsgChannelOpenAck, for testing purposes only! - dummy_raw_msg_chan_open_confirm
- Returns a dummy
RawMsgChannelOpenConfirm, for testing purposes only! - dummy_raw_msg_chan_open_init
- Returns a dummy
RawMsgChannelOpenInit, for testing purposes only! - dummy_raw_msg_chan_open_try
- Returns a dummy
RawMsgChannelOpenTry, for testing purposes only! - dummy_raw_msg_recv_packet
- Returns a dummy
RawMsgRecvPacket, for testing purposes only! The height
parametrizes the proof height as well as the timeout height. - dummy_raw_msg_timeout
- Returns a dummy
RawMsgTimeout, for testing purposes only!
The height parametrizes the proof height as well as the timeout height. - dummy_raw_msg_timeout_on_close
- Returns a dummy
RawMsgTimeoutOnClose, for testing purposes only!
The height parametrizes the proof height as well as the timeout height. - dummy_raw_packet
- Returns a dummy
RawPacket, for testing purposes only!