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

    Type Alias GetEventsQuery

    type GetEventsQuery = {
        events: {
            account_address: string;
            creation_number: any;
            data: any;
            event_index: any;
            indexed_type: string;
            sequence_number: any;
            transaction_block_height: any;
            transaction_version: any;
            type: string;
        }[];
    }
    Index

    Properties

    Properties

    events: {
        account_address: string;
        creation_number: any;
        data: any;
        event_index: any;
        indexed_type: string;
        sequence_number: any;
        transaction_block_height: any;
        transaction_version: any;
        type: string;
    }[]