Interface: EvmTransactionVerboseInput
moralis-monorepo / @moralisweb3/common-evm-utils / EvmTransactionVerboseInput
Interface: EvmTransactionVerboseInput
@moralisweb3/common-evm-utils.EvmTransactionVerboseInput
This can be any object with valid verbose transaction data.
Hierarchy
↳
EvmTransactionVerboseInput
Table of contents
Properties
- blockHash
- blockNumber
- blockTimestamp
- chain
- contractAddress
- cumulativeGasUsed
- data
- decodedCall
- from
- gas
- gasPrice
- gasUsed
- hash
- index
- internalTransactions
- logs
- nonce
- receiptRoot
- receiptStatus
- signature
- to
- value
Properties
blockHash
• blockHash: string
Inherited from
blockNumber
• blockNumber: BigNumberInput
Inherited from
EvmTransactionInput.blockNumber
blockTimestamp
• blockTimestamp: DateInput
Inherited from
EvmTransactionInput.blockTimestamp
chain
• chain: EvmChainish
Overrides
contractAddress
• Optional
contractAddress: null
| EvmAddressInput
Inherited from
EvmTransactionInput.contractAddress
cumulativeGasUsed
• cumulativeGasUsed: BigNumberInput
Inherited from
EvmTransactionInput.cumulativeGasUsed
data
• Optional
data: null
| string
Inherited from
decodedCall
• decodedCall: EvmTransactionLogDecodedEvent
from
• from: EvmAddressInput
Inherited from
gas
• Optional
gas: null
| BigNumberInput
Inherited from
gasPrice
• gasPrice: BigNumberInput
Inherited from
gasUsed
• gasUsed: BigNumberInput
Inherited from
hash
• hash: string
Inherited from
index
• index: string
| number
Inherited from
internalTransactions
• Optional
internalTransactions: EvmInternalTransactionish
[]
Inherited from
EvmTransactionInput.internalTransactions
logs
• logs: EvmTransactionLogDecodedish
[]
Overrides
nonce
• Optional
nonce: null
| BigNumberInput
Inherited from
receiptRoot
• Optional
receiptRoot: null
| string
Inherited from
EvmTransactionInput.receiptRoot
receiptStatus
• Optional
receiptStatus: null
| string
| number
Inherited from
EvmTransactionInput.receiptStatus
signature
• Optional
signature: EvmSignatureish
Inherited from
to
• Optional
to: null
| EvmAddressInput
Inherited from
value
• Optional
value: null
| EvmNativeInput