Function PolkawatchApiAxiosParamCreator

  • PolkawatchApi - axios parameter creator

    Export

    Parameters

    Returns {
        ddpIpfsAboutChain: ((options??: AxiosRequestConfig<any>) => Promise<RequestArgs>);
        ddpIpfsAboutDataset: ((lastDays: 30 | 60, validationType: "all" | "public" | "authority", options??: AxiosRequestConfig<any>) => Promise<RequestArgs>);
        ddpIpfsAboutDatasetQuality: ((lastDays: 30 | 60, validationType: "all" | "public" | "authority", options??: AxiosRequestConfig<any>) => Promise<RequestArgs>);
        ddpIpfsAboutInventory: ((recordType: "network" | "region" | "country" | "operator" | "validator" | "pool_operator" | "pool" | "nominator", options??: AxiosRequestConfig<any>) => Promise<RequestArgs>);
        ddpIpfsCountryDetail: ((lastDays: 30 | 60, validationType: "all" | "public" | "authority", country: any, options??: AxiosRequestConfig<any>) => Promise<RequestArgs>);
        ddpIpfsGeoRegionOverview: ((lastDays: 30 | 60, topResults: 3 | 4 | 5, validationType: "all" | "public" | "authority", options??: AxiosRequestConfig<any>) => Promise<RequestArgs>);
        ddpIpfsNetworkDetail: ((lastDays: 30 | 60, validationType: "all" | "public" | "authority", network: any, options??: AxiosRequestConfig<any>) => Promise<RequestArgs>);
        ddpIpfsNetworkOverview: ((lastDays: 30 | 60, validationType: "all" | "public" | "authority", options??: AxiosRequestConfig<any>) => Promise<RequestArgs>);
        ddpIpfsNominatorDetail: ((lastDays: 30, nominator: any, options??: AxiosRequestConfig<any>) => Promise<RequestArgs>);
        ddpIpfsOperatorDetail: ((lastDays: 30 | 60, validationType: "all" | "public" | "authority", operator: any, options??: AxiosRequestConfig<any>) => Promise<RequestArgs>);
        ddpIpfsOperatorOverview: ((lastDays: 30 | 60, validationType: "all" | "public" | "authority", options??: AxiosRequestConfig<any>) => Promise<RequestArgs>);
        ddpIpfsPoolDetail: ((lastDays: 30 | 60, validationType: "all" | "public" | "authority", pool: any, options??: AxiosRequestConfig<any>) => Promise<RequestArgs>);
        ddpIpfsPoolOperatorDetail: ((lastDays: 30 | 60, validationType: "all" | "public" | "authority", poolOperator: any, options??: AxiosRequestConfig<any>) => Promise<RequestArgs>);
        ddpIpfsPoolOverview: ((lastDays: 30 | 60, validationType: "all" | "public" | "authority", options??: AxiosRequestConfig<any>) => Promise<RequestArgs>);
        ddpIpfsRegionDetail: ((lastDays: 30 | 60, validationType: "all" | "public" | "authority", region: any, options??: AxiosRequestConfig<any>) => Promise<RequestArgs>);
        ddpIpfsValidatorDetail: ((lastDays: 30 | 60, validationType: "all" | "public" | "authority", validator: any, options??: AxiosRequestConfig<any>) => Promise<RequestArgs>);
    }

    • ddpIpfsAboutChain: ((options??: AxiosRequestConfig<any>) => Promise<RequestArgs>)
        • (options??: AxiosRequestConfig<any>): Promise<RequestArgs>
        • Throws

          Parameters

          • Optional options: AxiosRequestConfig<any> = {}

            Override http request option.

          Returns Promise<RequestArgs>

    • ddpIpfsAboutDataset: ((lastDays: 30 | 60, validationType: "all" | "public" | "authority", options??: AxiosRequestConfig<any>) => Promise<RequestArgs>)
        • (lastDays: 30 | 60, validationType: "all" | "public" | "authority", options??: AxiosRequestConfig<any>): Promise<RequestArgs>
        • Returns information about the dataset of the last N days.

          Throws

          Parameters

          • lastDays: 30 | 60

            Available set of days to query

          • validationType: "all" | "public" | "authority"

            Limit to Staking Rewards of Public Validators with Identity, Aura Authorities, or include ALL rewards and commissions from All validators/collators

          • Optional options: AxiosRequestConfig<any> = {}

            Override http request option.

          Returns Promise<RequestArgs>

    • ddpIpfsAboutDatasetQuality: ((lastDays: 30 | 60, validationType: "all" | "public" | "authority", options??: AxiosRequestConfig<any>) => Promise<RequestArgs>)
        • (lastDays: 30 | 60, validationType: "all" | "public" | "authority", options??: AxiosRequestConfig<any>): Promise<RequestArgs>
        • Returns information about the dataset quality of the last N days.

          Throws

          Parameters

          • lastDays: 30 | 60

            Available set of days to query

          • validationType: "all" | "public" | "authority"

            Limit to Staking Rewards of Public Validators with Identity, Aura Authorities, or include ALL rewards and commissions from All validators/collators

          • Optional options: AxiosRequestConfig<any> = {}

            Override http request option.

          Returns Promise<RequestArgs>

    • ddpIpfsAboutInventory: ((recordType: "network" | "region" | "country" | "operator" | "validator" | "pool_operator" | "pool" | "nominator", options??: AxiosRequestConfig<any>) => Promise<RequestArgs>)
        • (recordType: "network" | "region" | "country" | "operator" | "validator" | "pool_operator" | "pool" | "nominator", options??: AxiosRequestConfig<any>): Promise<RequestArgs>
        • Identifiers of participating entities. Available only for 60 days and public validation.

          Throws

          Parameters

          • recordType: "network" | "region" | "country" | "operator" | "validator" | "pool_operator" | "pool" | "nominator"

            The record type to get Identifiers from

          • Optional options: AxiosRequestConfig<any> = {}

            Override http request option.

          Returns Promise<RequestArgs>

    • ddpIpfsCountryDetail: ((lastDays: 30 | 60, validationType: "all" | "public" | "authority", country: any, options??: AxiosRequestConfig<any>) => Promise<RequestArgs>)
        • (lastDays: 30 | 60, validationType: "all" | "public" | "authority", country: any, options??: AxiosRequestConfig<any>): Promise<RequestArgs>
        • Throws

          Parameters

          • lastDays: 30 | 60

            Available set of days to query

          • validationType: "all" | "public" | "authority"

            Limit to Staking Rewards of Public Validators with Identity, Aura Authorities, or include ALL rewards and commissions from All validators/collators

          • country: any

            Country ID to request

          • Optional options: AxiosRequestConfig<any> = {}

            Override http request option.

          Returns Promise<RequestArgs>

    • ddpIpfsGeoRegionOverview: ((lastDays: 30 | 60, topResults: 3 | 4 | 5, validationType: "all" | "public" | "authority", options??: AxiosRequestConfig<any>) => Promise<RequestArgs>)
        • (lastDays: 30 | 60, topResults: 3 | 4 | 5, validationType: "all" | "public" | "authority", options??: AxiosRequestConfig<any>): Promise<RequestArgs>
        • Throws

          Parameters

          • lastDays: 30 | 60

            Available set of days to query

          • topResults: 3 | 4 | 5

            Number of top regions

          • validationType: "all" | "public" | "authority"

            Limit to Staking Rewards of Public Validators with Identity, Aura Authorities, or include ALL rewards and commissions from All validators/collators

          • Optional options: AxiosRequestConfig<any> = {}

            Override http request option.

          Returns Promise<RequestArgs>

    • ddpIpfsNetworkDetail: ((lastDays: 30 | 60, validationType: "all" | "public" | "authority", network: any, options??: AxiosRequestConfig<any>) => Promise<RequestArgs>)
        • (lastDays: 30 | 60, validationType: "all" | "public" | "authority", network: any, options??: AxiosRequestConfig<any>): Promise<RequestArgs>
        • Throws

          Parameters

          • lastDays: 30 | 60

            Available set of days to query

          • validationType: "all" | "public" | "authority"

            Limit to Staking Rewards of Public Validators with Identity, Aura Authorities, or include ALL rewards and commissions from All validators/collators

          • network: any

            Network ID to request

          • Optional options: AxiosRequestConfig<any> = {}

            Override http request option.

          Returns Promise<RequestArgs>

    • ddpIpfsNetworkOverview: ((lastDays: 30 | 60, validationType: "all" | "public" | "authority", options??: AxiosRequestConfig<any>) => Promise<RequestArgs>)
        • (lastDays: 30 | 60, validationType: "all" | "public" | "authority", options??: AxiosRequestConfig<any>): Promise<RequestArgs>
        • Throws

          Parameters

          • lastDays: 30 | 60

            Available set of days to query

          • validationType: "all" | "public" | "authority"

            Limit to Staking Rewards of Public Validators with Identity, Aura Authorities, or include ALL rewards and commissions from All validators/collators

          • Optional options: AxiosRequestConfig<any> = {}

            Override http request option.

          Returns Promise<RequestArgs>

    • ddpIpfsNominatorDetail: ((lastDays: 30, nominator: any, options??: AxiosRequestConfig<any>) => Promise<RequestArgs>)
        • (lastDays: 30, nominator: any, options??: AxiosRequestConfig<any>): Promise<RequestArgs>
        • Throws

          Parameters

          • lastDays: 30

            Available set of days to query

          • nominator: any

            Nominator ID to request

          • Optional options: AxiosRequestConfig<any> = {}

            Override http request option.

          Returns Promise<RequestArgs>

    • ddpIpfsOperatorDetail: ((lastDays: 30 | 60, validationType: "all" | "public" | "authority", operator: any, options??: AxiosRequestConfig<any>) => Promise<RequestArgs>)
        • (lastDays: 30 | 60, validationType: "all" | "public" | "authority", operator: any, options??: AxiosRequestConfig<any>): Promise<RequestArgs>
        • Throws

          Parameters

          • lastDays: 30 | 60

            Available set of days to query

          • validationType: "all" | "public" | "authority"

            Limit to Staking Rewards of Public Validators with Identity, Aura Authorities, or include ALL rewards and commissions from All validators/collators

          • operator: any

            Operator ID to request

          • Optional options: AxiosRequestConfig<any> = {}

            Override http request option.

          Returns Promise<RequestArgs>

    • ddpIpfsOperatorOverview: ((lastDays: 30 | 60, validationType: "all" | "public" | "authority", options??: AxiosRequestConfig<any>) => Promise<RequestArgs>)
        • (lastDays: 30 | 60, validationType: "all" | "public" | "authority", options??: AxiosRequestConfig<any>): Promise<RequestArgs>
        • Throws

          Parameters

          • lastDays: 30 | 60

            Available set of days to query

          • validationType: "all" | "public" | "authority"

            Limit to Staking Rewards of Public Validators with Identity, Aura Authorities, or include ALL rewards and commissions from All validators/collators

          • Optional options: AxiosRequestConfig<any> = {}

            Override http request option.

          Returns Promise<RequestArgs>

    • ddpIpfsPoolDetail: ((lastDays: 30 | 60, validationType: "all" | "public" | "authority", pool: any, options??: AxiosRequestConfig<any>) => Promise<RequestArgs>)
        • (lastDays: 30 | 60, validationType: "all" | "public" | "authority", pool: any, options??: AxiosRequestConfig<any>): Promise<RequestArgs>
        • Throws

          Parameters

          • lastDays: 30 | 60

            Available set of days to query

          • validationType: "all" | "public" | "authority"

            Limit to Staking Rewards of Public Validators with Identity, Aura Authorities, or include ALL rewards and commissions from All validators/collators

          • pool: any

            Pool ID to request

          • Optional options: AxiosRequestConfig<any> = {}

            Override http request option.

          Returns Promise<RequestArgs>

    • ddpIpfsPoolOperatorDetail: ((lastDays: 30 | 60, validationType: "all" | "public" | "authority", poolOperator: any, options??: AxiosRequestConfig<any>) => Promise<RequestArgs>)
        • (lastDays: 30 | 60, validationType: "all" | "public" | "authority", poolOperator: any, options??: AxiosRequestConfig<any>): Promise<RequestArgs>
        • Throws

          Parameters

          • lastDays: 30 | 60

            Available set of days to query

          • validationType: "all" | "public" | "authority"

            Limit to Staking Rewards of Public Validators with Identity, Aura Authorities, or include ALL rewards and commissions from All validators/collators

          • poolOperator: any

            Pool Operator ID to request

          • Optional options: AxiosRequestConfig<any> = {}

            Override http request option.

          Returns Promise<RequestArgs>

    • ddpIpfsPoolOverview: ((lastDays: 30 | 60, validationType: "all" | "public" | "authority", options??: AxiosRequestConfig<any>) => Promise<RequestArgs>)
        • (lastDays: 30 | 60, validationType: "all" | "public" | "authority", options??: AxiosRequestConfig<any>): Promise<RequestArgs>
        • Throws

          Parameters

          • lastDays: 30 | 60

            Available set of days to query

          • validationType: "all" | "public" | "authority"

            Limit to Staking Rewards of Public Validators with Identity, Aura Authorities, or include ALL rewards and commissions from All validators/collators

          • Optional options: AxiosRequestConfig<any> = {}

            Override http request option.

          Returns Promise<RequestArgs>

    • ddpIpfsRegionDetail: ((lastDays: 30 | 60, validationType: "all" | "public" | "authority", region: any, options??: AxiosRequestConfig<any>) => Promise<RequestArgs>)
        • (lastDays: 30 | 60, validationType: "all" | "public" | "authority", region: any, options??: AxiosRequestConfig<any>): Promise<RequestArgs>
        • Throws

          Parameters

          • lastDays: 30 | 60

            Available set of days to query

          • validationType: "all" | "public" | "authority"

            Limit to Staking Rewards of Public Validators with Identity, Aura Authorities, or include ALL rewards and commissions from All validators/collators

          • region: any

            Region ID to request

          • Optional options: AxiosRequestConfig<any> = {}

            Override http request option.

          Returns Promise<RequestArgs>

    • ddpIpfsValidatorDetail: ((lastDays: 30 | 60, validationType: "all" | "public" | "authority", validator: any, options??: AxiosRequestConfig<any>) => Promise<RequestArgs>)
        • (lastDays: 30 | 60, validationType: "all" | "public" | "authority", validator: any, options??: AxiosRequestConfig<any>): Promise<RequestArgs>
        • Throws

          Parameters

          • lastDays: 30 | 60

            Available set of days to query

          • validationType: "all" | "public" | "authority"

            Limit to Staking Rewards of Public Validators with Identity, Aura Authorities, or include ALL rewards and commissions from All validators/collators

          • validator: any

            Validator Node ID to request

          • Optional options: AxiosRequestConfig<any> = {}

            Override http request option.

          Returns Promise<RequestArgs>

Generated using TypeDoc