[][src]Module ethcontract_common::bytecode

This module implements solc and Truffle bytecode output parsing and linking. Bytecode is represented as a hex string with special placeholders for libraries that require linking.

Structs

Bytecode

The string representation of the byte code. Note that this must be a String since solc linking requires string manipulation of the bytecode string representation.

LibIter

An iterator over link placeholders in the bytecode.