OPNet
    Preparing search index...

    Interface NetEventDocument

    Raw event data.

    interface NetEventDocument {
        contractAddress: string;
        data: string;
        type: string;
    }
    Index

    Properties

    contractAddress: string

    The contract address

    data: string

    The event data

    type: string

    The event type