Skip to main content

Class: AptosGetCoinTransfersByOwnerAddressesResponse

moralis-monorepo / @moralisweb3/common-aptos-utils / AptosGetCoinTransfersByOwnerAddressesResponse

Class: AptosGetCoinTransfersByOwnerAddressesResponse

@moralisweb3/common-aptos-utils.AptosGetCoinTransfersByOwnerAddressesResponse

Table of contents

Methods

Properties

Methods

create

Static create(input): AptosGetCoinTransfersByOwnerAddressesResponse

Parameters

NameType
inputAptosGetCoinTransfersByOwnerAddressesResponseInput | AptosGetCoinTransfersByOwnerAddressesResponse

Returns

AptosGetCoinTransfersByOwnerAddressesResponse


fromJSON

Static fromJSON(json): AptosGetCoinTransfersByOwnerAddressesResponse

Parameters

NameType
jsonAptosGetCoinTransfersByOwnerAddressesResponseJSON

Returns

AptosGetCoinTransfersByOwnerAddressesResponse


toJSON

toJSON(): AptosGetCoinTransfersByOwnerAddressesResponseJSON

Returns

AptosGetCoinTransfersByOwnerAddressesResponseJSON

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: AptosCoinTransferDto[]

Description

The coins transfers for the provided owner addresses