{
    "Function": "getOutboundNonce",
    "File": "src/interfaces/ILayerZeroEndpoint.sol",
    "Parent Contracts": [
        "src/interfaces/ILayerZeroUserApplicationConfig.sol"
    ],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function getOutboundNonce(uint16 _dstChainId, address _srcAddress) external view returns (uint64);"
}