interface OptionInstance {
    data: any;
    data_decoded: _0x1.option.Option<any>;
    guid: EventGuid;
    sequence_number: string;
    type: string;
    type_arguments: [string];
}

Hierarchy

Properties

data: any

The JSON representation of the event

data_decoded: _0x1.option.Option<any>

decoded data using ABI, undefined if there is decoding error, usually because the ABI/data mismatch

guid: EventGuid
sequence_number: string
type: string
type_arguments: [string]