@shazow/whatsabi
    Preparing search index...

    Type Alias ABIEvent

    type ABIEvent = {
        hash: string;
        name?: string;
        sig?: string;
        sigAlts?: string[];
        type: "event";
    }
    Index
    hash: string
    name?: string
    sig?: string
    sigAlts?: string[]
    type: "event"