Nado Typescript SDK Documentation
    Preparing search index...

    Interface NadoDepositCollateralTx

    interface NadoDepositCollateralTx {
        deposit_collateral: {
            sender: string;
            product_id: number;
            amount: string;
        };
    }
    Index

    Properties

    deposit_collateral: { sender: string; product_id: number; amount: string }