Skip to main content

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

NameType
inputEvmWalletHistoryInput | EvmWalletHistory

Returns

EvmWalletHistory


fromJSON

Static fromJSON(json): EvmWalletHistory

Parameters

NameType
jsonEvmWalletHistoryJSON

Returns

EvmWalletHistory


toJSON

toJSON(): EvmWalletHistoryJSON

Returns

EvmWalletHistoryJSON

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