aftermath-ts-sdk - v3.3.3
    Preparing search index...

    Event emitted when a new perpetuals account is created for a user.

    interface CreatedAccountEvent {
        accountId: bigint;
        timestamp: number | undefined;
        txnDigest: string;
        type: string;
        user: string;
    }

    Hierarchy (View Summary)

    • Event
      • CreatedAccountEvent
    Index
    accountId: bigint

    Newly created perpetuals account ID.

    timestamp: number | undefined

    Timestamp of the event, if available.

    txnDigest: string

    The transaction digest associated with the event.

    type: string

    A string identifying the Move event type.

    user: string

    Wallet that created the account.