SubaccountTx: {
    type: "mint_lp";
    tx: SubaccountMintLpTx;
} | {
    type: "burn_lp";
    tx: SubaccountBurnLpTx;
} | {
    type: "apply_delta";
    tx: SubaccountProductDeltaTx;
}