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

Properties

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