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

    Interface EditedStopOrderTicketDetailsEvent

    Event emitted when the details (payload) of a stop order ticket are edited.

    interface EditedStopOrderTicketDetailsEvent {
        accountId: bigint;
        encryptedDetails: number[];
        stopOrderType: PerpetualsStopOrderType;
        subAccountId?: string;
        ticketId: string;
        timestamp: number | undefined;
        txnDigest: string;
        type: string;
    }

    Hierarchy (View Summary)

    • Event
      • EditedStopOrderTicketDetailsEvent
    Index
    accountId: bigint

    Perpetuals account that owns the ticket.

    encryptedDetails: number[]

    Encrypted stop-order payload.

    Stop-order mode used by the ticket.

    subAccountId?: string

    Optional subaccount that owns the ticket.

    ticketId: string

    Stop-order ticket object 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.