Class: EvmTradeCollection
moralis-monorepo / @moralisweb3/common-evm-utils / EvmTradeCollection
Class: EvmTradeCollection
@moralisweb3/common-evm-utils.EvmTradeCollection
Table of contents
Methods
Properties
Methods
create
▸ Static create(input): EvmTradeCollection
Parameters
| Name | Type |
|---|---|
input | EvmTradeCollectionInput | EvmTradeCollection |
Returns
fromJSON
▸ Static fromJSON(json): EvmTradeCollection
Parameters
| Name | Type |
|---|---|
json | EvmTradeCollectionJSON |
Returns
toJSON
▸ toJSON(): EvmTradeCollectionJSON
Returns
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: EvmTrade[]