Interface: StreamEvmTransactionData
moralis-monorepo / @moralisweb3/common-streams-utils / StreamEvmTransactionData
Interface: StreamEvmTransactionData
@moralisweb3/common-streams-utils.StreamEvmTransactionData
Table of contents
Properties
- chain
- fromAddress
- gas
- gasPrice
- hash
- input
- nonce
- receiptContractAddress
- receiptCumulativeGasUsed
- receiptGasUsed
- receiptRoot
- receiptStatus
- signature
- toAddress
- transactionIndex
- triggers
- type
- value
Properties
chain
• chain: EvmChain
fromAddress
• fromAddress: EvmAddress
gas
• Optional gas: BigNumber
gasPrice
• Optional gasPrice: BigNumber
hash
• hash: string
input
• Optional input: string
nonce
• Optional nonce: BigNumber
receiptContractAddress
• Optional receiptContractAddress: EvmAddress
receiptCumulativeGasUsed
• Optional receiptCumulativeGasUsed: BigNumber
receiptGasUsed
• Optional receiptGasUsed: BigNumber
receiptRoot
• Optional receiptRoot: string
receiptStatus
• Optional receiptStatus: number
signature
• Optional signature: EvmSignature
toAddress
• Optional toAddress: EvmAddress
transactionIndex
• transactionIndex: number
triggers
• Optional triggers: StreamTriggerOutput[]
type
• Optional type: number
value
• Optional value: BigNumber