@aptos-labs/ts-sdk - v3.1.1
    Preparing search index...

    Type Alias EventGuid

    The structure for an event, identified by a unique GUID.

    type EventGuid = {
        account_address: string;
        creation_number: string;
    }
    Index

    Properties

    account_address: string
    creation_number: string