IPayerReportManagerLike

Git Source

This is the minimal interface needed by contracts within this subdirectory.

Functions

getPayerReports

function getPayerReports(uint32[] calldata originatorNodeIds_, uint256[] calldata payerReportIndices_)
    external
    view
    returns (IPayerReportManager.PayerReport[] memory payerReports_);