abi
Command
Command
ABI variants
Command
The new ABI generator tool uses C++11 or GNU style attributes to mark actions and tables.
The cdt-abidiff tool is used to check differences between two ABI files.
Overview
- Understanding ABI Files
- Advanced features of the newest version of the ABI will require manual construction of the ABI, and odd and advanced C++ patterns could capsize the generator's type deductions. So having a good knowledge of how to write an ABI should be an essential piece of knowledge of a smart contract writer.
Command
Introduction