OPNet
    Preparing search index...

    Interface IDecodedEvent

    interface IDecodedEvent {
        data: Uint8Array;
        type: string;
        values: DecodedCallResult[];
    }

    Hierarchy

    • NetEvent
      • IDecodedEvent

    Implemented by

    Index

    Properties

    Properties

    data: Uint8Array
    type: string