interface SettlePnlParams {
    subaccounts: Uint8Array[];
    productIds: number[];
}

Properties

subaccounts: Uint8Array[]
productIds: number[]