Skip to main content

Interface: EvmWalletHistoryTransactionJSON

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

Interface: EvmWalletHistoryTransactionJSON

@moralisweb3/common-evm-utils.EvmWalletHistoryTransactionJSON

Table of contents

Properties

Properties

block_hash

Readonly block_hash: string


block_number

Readonly block_number: string


block_timestamp

Readonly block_timestamp: string


category

Readonly category: EvmETransactionCategoryJSON


erc20_transfers

Readonly erc20_transfers: EvmWalletHistoryErc20TransferJSON[]


from_address

Readonly from_address: string


from_address_label

Optional Readonly from_address_label: string


gas

Optional Readonly gas: string


gas_price

Readonly gas_price: string


hash

Readonly hash: string


input

Optional Readonly input: string


internal_transactions

Optional Readonly internal_transactions: EvmInternalTransactionJSON[]


method_label

Optional Readonly method_label: string


native_transfers

Readonly native_transfers: EvmNativeTransferJSON[]


nft_transfers

Readonly nft_transfers: EvmWalletHistoryNftTransferJSON[]


nonce

Readonly nonce: string


possible_spam

Optional Readonly possible_spam: boolean


receipt_cumulative_gas_used

Readonly receipt_cumulative_gas_used: string


receipt_gas_used

Readonly receipt_gas_used: string


receipt_status

Readonly receipt_status: string


summary

Readonly summary: string


to_address

Readonly to_address: string


to_address_label

Optional Readonly to_address_label: string


transaction_index

Readonly transaction_index: string


value

Readonly value: string