Crate hash_router

source ·
Expand description

Hash router for routing internal ID’s to services

Still a WIP but is made to efficiently map discord id’s and trade hashes to services when providing discord message signals

§Supported service identities

  • Discord message ID’s
  • Discord channel ID’s
  • Discord guild ID’s
  • Trade hashes

§Table of contents

Modules§

  • Databasing & Cache of the trade identities
  • This module abstracts the errors encountered within the hash routing process.
  • Models for hash router
  • Router will handle the routing of the trade hash to or from the correct service
  • Success or Ok response abstraction is defined here
  • Utilities abstraction holding small helper functions