Optional
options?: DefaultOptions & { A Promise resolving to a transaction object. If the market is already open, returns undefined.
import { openPool } from '@clober/v2-sdk'
const transaction = await openPool({
chainId: 421614,
userAddress: '0xF8c1869Ecd4df136693C45EcE1b67f85B6bDaE69',
inputToken: '0x00bfd44e79fb7f6dd5887a9426c8ef85a0cd23e0',
outputToken: '0x0000000000000000000000000000000000000000',
salt: '0x0000000000000000000000000000000000000000000000000000000000000000',
})
Build a transaction to open a pool,