Estimate fee
Calculate the fees required for query
Overview
struct QueryRequest {
uint32 dstChainId;
address to;
uint256 height;
bytes32 slot;
}
function estimateFee(
address lightClient,
QueryType.QueryRequest[] memory queries
) public view returns (uint256);Field
Description
How to calculate
Last updated