Parameters in Ethereum blockchain transaction :-
1. Nonce- How many times a transaction is done by sender?
2. to- The address of account to which money is sent.
3. value- amount of ether to be sent.
4. gasPrice- amount of ether willingly to be paid per unit gas to complete the transaction.
5. startGas/gasLimit- gas consume in the transaction
6. v,r,s- these are used to generate sender's account address using his/her private key through cryptographic methods which are highly complex in nature.
1. Nonce- How many times a transaction is done by sender?
2. to- The address of account to which money is sent.
3. value- amount of ether to be sent.
4. gasPrice- amount of ether willingly to be paid per unit gas to complete the transaction.
5. startGas/gasLimit- gas consume in the transaction
6. v,r,s- these are used to generate sender's account address using his/her private key through cryptographic methods which are highly complex in nature.
Comments
Post a Comment