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
Name | Type |
---|---|
input | EvmErc20TokenOwnerCollectionInput | EvmErc20TokenOwnerCollection |
Returns
fromJSON
▸ Static
fromJSON(json
): EvmErc20TokenOwnerCollection
Parameters
Name | Type |
---|---|
json | EvmErc20TokenOwnerCollectionJSON |
Returns
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
[]