Skip to content

Conversation

mattsse
Copy link
Member

@mattsse mattsse commented Aug 2, 2025

add test case for foundry-rs/foundry#11177

this at least works with raw sol! solidity, only from json abi is the issue

@DaniPopes
Copy link
Member

The equivalent is

sol! {
    interface IExampleContractEvents {
        struct SomeEventData {
            address sender;
            address receiver;
        }
    }
    interface IExampleContract {
        event SomeEvent(IExampleContractEvents.SomeEventData eventData);
    }
}

@DaniPopes DaniPopes closed this Aug 15, 2025
@github-project-automation github-project-automation bot moved this to Done in Alloy Aug 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants