AddLiquidityAppliedAction
struct AddLiquidityAppliedAction {
address owner;
bytes32 hash;
uint256 token0Amount;
uint256 token1Amount;
uint256 lpTokenAmount;
address token0;
address token1;
uint24 fee;
BatchSignatureTransferParams signatureTransferParams;
}Name
Type
Description
Last updated
Was this helpful?