DLTcollab / tangle-accelerator

Accelerate IOTA transactions by caching API requests and redirecting to faster alternatives
MIT License
23 stars 16 forks source link

feat(mam): Return UUID as the repsonse of send MAM message #744

Closed howjmay closed 3 years ago

howjmay commented 4 years ago

Tangle-accelerator would respond an UUID for every send_mam_message() request. This UUID can be used as querying data for api_fetch_buffered_request_status(). api_fetch_buffered_request_status() serves as the API to search the current status of both buffered MAM request and buffered transaction objects.