Structs

  • The state variables for our host contract.
  • The BaseState contains the main addresses needed for sending and verifying messages

Constants

  • (channel-id,account_id) -> local_proxy_addr
  • (channel-id,account_id) -> client_proxy_addr
  • List of closed channels Allows for fund recovery
  • Store channel information for proxy contract creation reply
  • Store the processing packet information for processing in Reply along with the channel id it came from

Traits