Nado Typescript SDK Documentation
    Preparing search index...

    Interface DepositCollateralParams

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

    Properties

    subaccountName: string
    productId: number
    referralCode?: string