debeem-wallet

class of AlchemyService

Hierarchy (view full)

Implements

Constructors

Properties

enumPageKeyTypes: {
    from: number;
    to: number;
} = ...

Type declaration

  • from: number
  • to: number
pageKeySplitter: string = ...

Accessors

  • get supportedNetworks(): string[]
  • get supported chain/network short name list

    Returns string[]

Methods

  • Private

    extract pageKey from fetchOptions

    Parameters

    • pageKeyType: number

      {number}

    • Optional fetchOptions: FetchListOptions

      {TransactionHistoryFetchOptions}

    Returns undefined | string

  • query transaction list by param

    Parameters

    • method: string

      {string}

    • paramData: any

      {any}

    • Optional options: FetchListOptions

      {FetchListOptions}

    Returns Promise<any>

Basic Methods