Class: AptosGetCoinsByCreatorsResponse
moralis-monorepo / @moralisweb3/common-aptos-utils / AptosGetCoinsByCreatorsResponse
Class: AptosGetCoinsByCreatorsResponse
@moralisweb3/common-aptos-utils.AptosGetCoinsByCreatorsResponse
Table of contents
Methods
Properties
Methods
create
▸ Static create(input): AptosGetCoinsByCreatorsResponse
Parameters
| Name | Type |
|---|---|
input | AptosGetCoinsByCreatorsResponseInput | AptosGetCoinsByCreatorsResponse |
Returns
AptosGetCoinsByCreatorsResponse
fromJSON
▸ Static fromJSON(json): AptosGetCoinsByCreatorsResponse
Parameters
| Name | Type |
|---|---|
json | AptosGetCoinsByCreatorsResponseJSON |
Returns
AptosGetCoinsByCreatorsResponse
toJSON
▸ toJSON(): AptosGetCoinsByCreatorsResponseJSON
Returns
AptosGetCoinsByCreatorsResponseJSON
Properties
cursor
• Readonly cursor: string
Description
The cursor to use for the next page of results. (Cursor is null on last page)
hasNextPage
• Readonly hasNextPage: boolean
Description
Indicates if there is a next page of results
result
• Readonly result: AptosCoinInfoDto[]
Description
The coins created by the given creators