Binance Connector JS
    Preparing search index...

    Interface WebsocketSendMsgOptions

    interface WebsocketSendMsgOptions {
        id?: string;
        [key: string]: undefined | string | number | boolean | object;
    }

    Indexable

    • [key: string]: undefined | string | number | boolean | object
    Index

    Properties

    Properties

    id?: string