Nado Typescript SDK Documentation
    Preparing search index...

    Interface DepositCollateralParams

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

    Properties

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