Expand description
This is the main module of the crate. Uses the global installation of Vyper.
Structs§
- Vyper
- Represents important information about a Vyper contract. ABI doesn’t need to point to an
existing file since it can just be generated using
gen_abi(). If the ABI already exists at the given path, you can use serde_json to retrieve it from a file. - Vyper
Stack - Represents multiple vyper contract allocated on the stack, synchronous / blocking API for multiple compilations with scoped threads
- Vypers
- Represents multiple vyper contracts