Struct parables_testing::linker::Linker[][src]

pub struct Linker { /* fields omitted */ }

A solidity bytecode linker.

Methods

impl Linker
[src]

Construct a new linker.

Register a runtime source.

Find a corresponding source map for the given address.

Register a runtime source.

Find a corresponding runtime source map for the given address.

Find the corresponding file to an index.

Register an address for an item.

Register an address for a path.

Construct source information for the given code and source map.

Decoded the given code into instruction offsets.

Decode and link the given bytecode.

The bytecode is represented in ascii, where each byte corresponds to a hex character.

Entries to be linked are designated with two underscores __, these should be replaced with an address corresponding to the linked object.

All other entries should be left preserved.

Trait Implementations

impl Debug for Linker
[src]

Formats the value using the given formatter. Read more

impl Clone for Linker
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Linker

impl Sync for Linker