IOracle

Git Source

Inherits: IVerifier

Functions

fee

Fetch oracle price to relay message root to the destination chain.

function fee(uint256 toChainId, address ua) external view returns (uint256);

Parameters

NameTypeDescription
toChainIduint256The destination chain id.
uaaddressThe user application which send the message.

Returns

NameTypeDescription
<none>uint256Oracle price in source native gas.