Ethereum transaction
The raw Ethereum transaction (RLP encoded type 0, 1, and 2) will hold signed Ethereum transactions and execute them as Hedera transactions in a prescribed manner.
Important
Hedera interprets hbar decimals differently depending on the context.
The lowest denomination of HBAR when used within a the value
field in the EthereumTransaction
is weibars
meaning with 18
decimals
The lowest denomination of hbar when used within data
or the Hedera EVM is tinybars
meaning with 8
decimals.
Gas Price information is in weibars
denomination.
Reference: HIP-410
Field | Description |
---|---|
Call Data File ID | For large transactions (for example contract creation) this should be used to set the FileId of an HFS file containing the callData f the |
Ethereum Data | The raw Ethereum transaction (RLP encoded type 0, 1, and 2). Complete unless the |
Max Allowance | The maximum amount that the payer of the Hedera transaction is willing to pay in hbar to complete the transaction.
Ordinarily, the account with the ECDSA alias corresponding to the public key that is extracted from the |
Transaction Signing Requirements
The key of the transaction fee-paying account
Transaction Fees
Please see the transaction and query fees table for the base transaction fee
Method | Type |
---|---|
| FileID |
| byte [] |
| Hbar |
Last updated