Skip to main content

Interface: GetNFTTransfersByBlockRequest

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

Interface: GetNFTTransfersByBlockRequest

@moralisweb3/common-evm-utils.GetNFTTransfersByBlockRequest

Hierarchy

  • Camelize<Omit<RequestParams, "chain">>

    GetNFTTransfersByBlockRequest

Table of contents

Properties

Properties

blockNumberOrHash

blockNumberOrHash: string

Inherited from

Camelize.blockNumberOrHash


chain

Optional chain: EvmChainish


cursor

cursor: undefined | string

Inherited from

Camelize.cursor


limit

limit: undefined | number

Inherited from

Camelize.limit


order

order: undefined | "ASC" | "DESC"

Inherited from

Camelize.order