跳到主要内容

1 篇文档带有标签「Bytes32 与 String」

查看所有标签

Bytes32 与 String

In Solidity, the type of data storage you choose can affect the gas cost of your contract operations, especially when storing or modifying state variables. The Ethereum Virtual Machine (EVM) charges gas for all operations, and the choice between using bytes32 and string types can impact these costs.