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

    Interface PerpetualsWsUpdatesSubscriptionMessage

    Websocket subscription message format sent by clients to manage their subscriptions.

    interface PerpetualsWsUpdatesSubscriptionMessage {
        action: PerpetualsWsUpdatesSubscriptionAction;
        subscriptionType: PerpetualsWsUpdatesSubscriptionType;
    }
    Index

    Whether to add or remove the subscription.

    Subscription discriminator and parameters.