Skip to content

rubydusa/alloy-json-abi-enum-bug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Alloy JSON-ABI solidity enum bug

It seems that enum type generation doesn't work with JSON-ABI specifications.

In main.rs there are two examples: one with inline solidity and one with a JSON-ABI import.

Here is the source for Contract.json:

pragma solidity ^0.8.0;

contract Contract {
    enum Enum {
        A,
        B,
        C
    }
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages