LayerZeroBridge
The following describes relevant, public functions on the LayerZeroBridge smart contract.
View Methods
estimateSendFee
function estimateSendFee(
uint16 _dstChainId,
bytes memory _toAddress,
uint256 _amount
) public view virtual returns (uint256 nativeFee, uint256 zroFee) {}Parameter Name
Type
Description
Return Value
Type
Description
Last updated