Interface: GetWalletTransactionsVerboseRequest
moralis-monorepo / @moralisweb3/common-evm-utils / GetWalletTransactionsVerboseRequest
Interface: GetWalletTransactionsVerboseRequest
@moralisweb3/common-evm-utils.GetWalletTransactionsVerboseRequest
Hierarchy
Camelize
<Omit
<RequestParams
,"chain"
|"address"
|"from_date"
|"to_date"
>>↳
GetWalletTransactionsVerboseRequest
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