Type alias Strategy

Strategy: {
    sfx: SfxStrategy;
    supportedAssets: string[];
    xtx: XtxStrategy;
}

Strategy type, used to define XTX and SFX strategies

Type declaration

Generated using TypeDoc