- refillOrder(__namedParameters): Promise<Transaction>
Parameters
- __namedParameters: {
chainId: CHAIN_IDS;
userAddress: `0x${string}`;
token0: `0x${string}`;
token1: `0x${string}`;
salt: `0x${string}`;
options?: DefaultOptions & {
gasLimit?: bigint;
gasPriceLimit?: bigint;
} & {
useSubgraph?: boolean;
pool?: Pool;
};
}userAddress: `0x${string}`
token0: `0x${string}`
token1: `0x${string}`
salt: `0x${string}`
Optional
options?: DefaultOptions & {
gasLimit?: bigint;
gasPriceLimit?: bigint;
} & {
useSubgraph?: boolean;
pool?: Pool;
}