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

Properties

subaccountName: string
productId: number
amount: BigNumberish
referralCode?: string