Skip to main content

Interface: StreamEvmTransactionInput

moralis-monorepo / @moralisweb3/common-streams-utils / StreamEvmTransactionInput

Interface: StreamEvmTransactionInput

@moralisweb3/common-streams-utils.StreamEvmTransactionInput

Table of contents

Properties

Properties

chain

chain: EvmChainish


fromAddress

fromAddress: EvmAddressInput


gas

Optional gas: null | BigNumberInput


gasPrice

Optional gasPrice: null | BigNumberInput


hash

hash: string


input

Optional input: null | string


nonce

Optional nonce: null | BigNumberInput


r

Optional r: null | string


receiptContractAddress

Optional receiptContractAddress: null | EvmAddressInput


receiptCumulativeGasUsed

Optional receiptCumulativeGasUsed: null | BigNumberInput


receiptGasUsed

Optional receiptGasUsed: null | BigNumberInput


receiptRoot

Optional receiptRoot: null | string


receiptStatus

Optional receiptStatus: null | string | number


s

Optional s: null | string


toAddress

Optional toAddress: null | EvmAddressInput


transactionIndex

transactionIndex: string | number


triggers

Optional triggers: StreamTriggerOutputish[]


type

Optional type: null | string | number


v

Optional v: null | string | number


value

Optional value: null | BigNumberInput