Interface: GetCoinsByNameRangeOperationRequest
moralis-monorepo / @moralisweb3/common-aptos-utils / GetCoinsByNameRangeOperationRequest
Interface: GetCoinsByNameRangeOperationRequest
@moralisweb3/common-aptos-utils.GetCoinsByNameRangeOperationRequest
Table of contents
Properties
Properties
cursor
• Optional
Readonly
cursor: string
Description
The cursor to use for getting the next page
fromName
• Optional
Readonly
fromName: string
Description
The name of the coin to start from (inclusive and case sensitive)
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
toName
• Optional
Readonly
toName: string
Description
The name of the coin to end at (inclusive and case sensitive)