以太坊 交易 data字段 内容是什么
Posted 软件工程小施同学
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了以太坊 交易 data字段 内容是什么相关的知识,希望对你有一定的参考价值。
对于部署合约的交易,内容是合约的字节码和被编码的参数。
对于调用合约的交易,内容是函数的签名和被编码的参数。
对于转账交易,内容为空
Data/Input
This data field is mainly for contract related activities. For new deployment of contract it is the bytecode and the encoded arguments. For execution of contract function, it contains the function signature and the encoded arguments. It is left empty in fund transfer
以上是关于以太坊 交易 data字段 内容是什么的主要内容,如果未能解决你的问题,请参考以下文章