Skip to main content

Interface: GetWalletTransactionsRequest

moralis-monorepo / @moralisweb3/common-evm-utils / GetWalletTransactionsRequest

Interface: GetWalletTransactionsRequest

@moralisweb3/common-evm-utils.GetWalletTransactionsRequest

Hierarchy

  • Camelize<Omit<RequestParams, "chain" | "address" | "from_date" | "to_date">>

    GetWalletTransactionsRequest

Table of contents

Properties

Properties

address

address: EvmAddressInput


chain

Optional chain: EvmChainish


cursor

cursor: undefined | string

Inherited from

Camelize.cursor


fromBlock

fromBlock: undefined | number

Inherited from

Camelize.fromBlock


fromDate

Optional fromDate: DateInput


include

include: undefined | "internal_transactions"

Inherited from

Camelize.include


limit

limit: undefined | number

Inherited from

Camelize.limit


order

order: undefined | "ASC" | "DESC"

Inherited from

Camelize.order


toBlock

toBlock: undefined | number

Inherited from

Camelize.toBlock


toDate

Optional toDate: DateInput