Decoded EVM log

interface DecodedEvent {
    body: DecodedSolValue[];
    indexed: DecodedSolValue[];
}

Properties

Properties

indexed: DecodedSolValue[]