interface BurnTokenInstance {
    data: any;
    data_decoded: BurnToken;
    guid: EventGuid;
    sequence_number: string;
    type: string;
    type_arguments: [];
}

Hierarchy

  • TypedEventInstance<BurnToken>
    • BurnTokenInstance

Properties

data: any

The JSON representation of the event

data_decoded: BurnToken

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: []