{
    "Function": "receivePayload",
    "File": "contracts/interfaces/ILayerZeroEndpoint.sol",
    "Parent Contracts": [
        "contracts/interfaces/ILayerZeroUserApplicationConfig.sol"
    ],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function receivePayload(uint16 _srcChainId, bytes calldata _srcAddress, address _dstAddress, uint64 _nonce, uint _gasLimit, bytes calldata _payload) external;"
}