Function submitMetricsServerReport

  • Parameters

    • operatorAddress: string

      The operator address to which submitted scores belongs.

    • metricsServerReport: ReportParamsType

      The report containing the 5 scores computed for the mentioned era and the submitter's registered address.

    • keyring: IKeyringPair

      Account that will sign the transaction.

    • waitUntil: WaitUntil

      Execution trigger that can be set either to BlockInclusion or BlockFinalization.

    Returns Promise<MetricsServerReportSubmittedEvent>

    MetricsServerReportSubmittedEvent Blockchain event.

    Name

    submitMetricsServerReport

    Summary

    Submit the metrics server report for a specific era.

Generated using TypeDoc