- _lzSend: the function your application must implement to send an omnichain message
- _lzReceive: the function to receive an omnichain message
Getting Started
The LzApp Standard provides developers with a generic message passing interface to send and receive arbitrary pieces of data between contracts existing on different blockchain networks.
LzApp lends access to two essential functions:
Pass in your chain specific Testnet or Mainnet Contract Address, which is all you need to start sending cross-chain messages.