Interface SetMarketConfigParams

interface SetMarketConfigParams {
    correlation: boolean;
    maxPayoffBps: BN;
    permissions: MarketPermissions;
}

Properties

correlation: boolean
maxPayoffBps: BN
permissions: MarketPermissions