Skip to content

Lesson 4 why is the gas price included on a transaction call #1041

Answered by krakxn
santiagoziel asked this question in Q&A
Discussion options

You must be logged in to vote

Quoting directly from Ethereum docs:

A submitted transaction includes the following information: (These are the actual transaction fields - with definitions)

recipient – the receiving address (if an externally-owned account, the transaction will transfer value. If a contract account, the transaction will execute the contract code)
signature – the identifier of the sender. This is generated when the sender's private key signs the transaction and confirms the sender has authorized this transaction
value – amount of ETH to transfer from sender to recipient (in WEI, a denomination of ETH)
data – optional field to include arbitrary data
gasLimit – the maximum amount of gas units that can be c…

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
2 replies
@santiagoziel
Comment options

@krakxn
Comment options

Answer selected by santiagoziel
Comment options

You must be logged in to vote
1 reply
@santiagoziel
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants