Nado Typescript SDK Documentation
    Preparing search index...

    Interface NadoWithdrawCollateralTx

    interface NadoWithdrawCollateralTx {
        withdraw_collateral: {
            sender: string;
            product_id: number;
            amount: string;
            nonce: number;
        };
    }
    Index

    Properties

    withdraw_collateral: {
        sender: string;
        product_id: number;
        amount: string;
        nonce: number;
    }