Learn Before
Relation
Information of a Transaction
- from: The sender's address, who will sign the transaction, must be an externally-owned account (contract accounts are not able to initiate transactions).
- recipient: The receiving address, if it's an Externally owned account will transfer value and if it's a smart contract it will execute the code.
- signature: The identifier of the sender, who authorizes the transactions
- nonce: A counter that indicates the number of transaction from this account.
- data: used for storing any data or the contract code.
- gasLimit: the limit of gas units for this transactions.
- maxPriorityFeePerGas: Gas included as tip to the validator.
- maxFeePerGas: The highest cost per unit of gas that someone is willing to pay for the transaction.
0
1
Updated 2023-03-13
Tags
Cryptoeconomics
Economics
Externally-Owned Account
Ethereum Accounts
Contract Account
Social Science
Empirical Science
Science
Smart contracts
Blockchain