Class: EvmWalletHistory
moralis-monorepo / @moralisweb3/common-evm-utils / EvmWalletHistory
Class: EvmWalletHistory
@moralisweb3/common-evm-utils.EvmWalletHistory
Table of contents
Methods
Properties
Methods
create
▸ Static create(input): EvmWalletHistory
Parameters
| Name | Type |
|---|---|
input | EvmWalletHistoryInput | EvmWalletHistory |
Returns
fromJSON
▸ Static fromJSON(json): EvmWalletHistory
Parameters
| Name | Type |
|---|---|
json | EvmWalletHistoryJSON |
Returns
toJSON
▸ toJSON(): EvmWalletHistoryJSON
Returns
Properties
cursor
• Readonly cursor: string
Description
The cursor to get to the next page
page
• Readonly page: number
Description
The current page of the result
pageSize
• Readonly pageSize: number
Description
The number of results per page
result
• Readonly result: EvmWalletHistoryTransaction[]