Interface AlgebraPoolKeyInput

interface AlgebraPoolKeyInput {
    tokenA: `0x${string}`;
    tokenB: `0x${string}`;
}

Properties

Properties

tokenA: `0x${string}`
tokenB: `0x${string}`