Nado Typescript SDK Documentation
    Preparing search index...

    Interface NadoLiquidateSubaccountTx

    interface NadoLiquidateSubaccountTx {
        liquidate_subaccount: {
            sender: string;
            liquidatee: string;
            mode: number;
            product_id: undefined | number;
            health_group: undefined | number;
            amount: string;
            nonce: number;
        };
    }
    Index

    Properties

    liquidate_subaccount: {
        sender: string;
        liquidatee: string;
        mode: number;
        product_id: undefined | number;
        health_group: undefined | number;
        amount: string;
        nonce: number;
    }