Skip to main content

Class: EvmErc20TokenOwnerCollection

moralis-monorepo / @moralisweb3/common-evm-utils / EvmErc20TokenOwnerCollection

Class: EvmErc20TokenOwnerCollection

@moralisweb3/common-evm-utils.EvmErc20TokenOwnerCollection

Table of contents

Methods

Properties

Methods

create

Static create(input): EvmErc20TokenOwnerCollection

Parameters

NameType
inputEvmErc20TokenOwnerCollectionInput | EvmErc20TokenOwnerCollection

Returns

EvmErc20TokenOwnerCollection


fromJSON

Static fromJSON(json): EvmErc20TokenOwnerCollection

Parameters

NameType
jsonEvmErc20TokenOwnerCollectionJSON

Returns

EvmErc20TokenOwnerCollection


toJSON

toJSON(): EvmErc20TokenOwnerCollectionJSON

Returns

EvmErc20TokenOwnerCollectionJSON

Properties

cursor

Optional Readonly cursor: string

Description

The cursor to get to the next page


page

Optional Readonly page: number

Description

The current page of the result


pageSize

Optional Readonly pageSize: number

Description

The number of results per page


result

Readonly result: EvmErc20TokenOwner[]