@aptos-labs/ts-sdk - v5.1.4
    Preparing search index...

    Type Alias Event

    type Event = {
        data: any;
        guid: EventGuid;
        sequence_number: string;
        type: string;
    }
    Index

    Properties

    data: any

    The JSON representation of the event

    guid: EventGuid
    sequence_number: string
    type: string