layerzero_scan_client-0.1.1 has been yanked.
LayerZero Scan Client
Installation
= "0.1"
Usage
Initialize client with the desired environment
async
Response
Response will include Vec<Message> with following parameters:
For new transactions the message list may be empty. Polling should be implemented at the application level since it is app specific. Expect the messages list to be empty for recent transactions, before moving to status: INFLIGHT, and finally status: DELIVERED.
Note
This library is based on official LayerZero JavaScript Client