Interface: GetCoinTransfersByCoinTypeOperationRequest
moralis-monorepo / @moralisweb3/common-aptos-utils / GetCoinTransfersByCoinTypeOperationRequest
Interface: GetCoinTransfersByCoinTypeOperationRequest
@moralisweb3/common-aptos-utils.GetCoinTransfersByCoinTypeOperationRequest
Table of contents
Properties
Properties
coinType
• Readonly coinType: string
Description
The coin type to fetch info about
cursor
• Optional Readonly cursor: string
Description
The cursor to use for getting the next page
fromDate
• Optional Readonly fromDate: string
Description
The date from which to fetch coin transfers
limit
• Readonly limit: number
Description
The number of results to return
network
• Optional Readonly network: AptosNetworkInput
Description
The network of query. Defaults to mainnet.
offset
• Optional Readonly offset: number
Description
The number of results to skip
toDate
• Optional Readonly toDate: string
Description
The date to which to fetch coin transfers