Mayson Monorepo Documentation
    Preparing search index...

    Interface SetActiveExchangeResponse

    Response from setting active exchange

    interface SetActiveExchangeResponse {
        activeExchange: ExchangeName;
        message: string;
    }
    Index

    Properties

    activeExchange: ExchangeName
    message: string