Skip to main content

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

NameType
inputAptosGetCoinsByCreatorsResponseInput | AptosGetCoinsByCreatorsResponse

Returns

AptosGetCoinsByCreatorsResponse


fromJSON

Static fromJSON(json): AptosGetCoinsByCreatorsResponse

Parameters

NameType
jsonAptosGetCoinsByCreatorsResponseJSON

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