Interface: GetNFTTransfersFromToBlockRequest
moralis-monorepo / @moralisweb3/common-evm-utils / GetNFTTransfersFromToBlockRequest
Interface: GetNFTTransfersFromToBlockRequest
@moralisweb3/common-evm-utils.GetNFTTransfersFromToBlockRequest
Hierarchy
Camelize<Omit<RequestParams,"chain"|"from_date"|"to_date">>↳
GetNFTTransfersFromToBlockRequest
Table of contents
Properties
Properties
chain
• Optional chain: EvmChainish
cursor
• cursor: undefined | string
Inherited from
Camelize.cursor
format
• format: undefined | "decimal" | "hex"
Inherited from
Camelize.format
fromBlock
• fromBlock: undefined | number
Inherited from
Camelize.fromBlock
fromDate
• Optional fromDate: DateInput
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