Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • PaymasterApi

Index

Constructors

  • new PaymasterApi(configuration: Configuration, requestFactory?: PaymasterApiRequestFactory, responseProcessor?: PaymasterApiResponseProcessor): PaymasterApi

Properties

api: ObservablePaymasterApi

Methods

  • Returns a list of paymasters. This object represents the paymasters that will be used to pay the gas fees for the transactions. By default, a maximum of 10 paymasters are shown per page. List paymasters.

    Parameters

    • Optional limit: number

      Specifies the maximum number of records to return.

    • Optional skip: number

      Specifies the offset for the first records to return.

    • Optional order: SortOrder

      Specifies the order in which to sort the results.

    • Optional _options: Configuration

    Returns Promise<PaymasterResponse[]>

Generated using TypeDoc