interface DepositCollateralParams {
    subaccountName: string;
    productId: number;
    amount: BigDecimalish;
    referralCode?: string;
}

Properties

subaccountName: string
productId: number
referralCode?: string