endpoint
to send()
from the source chain and lzReceive()
to receive the message on the destination chain. Here you may find a table of the Testnet Endpoints. _lzSend()
is overridden and called within incrementCounter()
to send the message to another chain._nonblockingLzReceive()
is overridden and it will be called on the destination chain which receives the message when receiving a message. incrementCounter
to increment the counter on a destination chain!