mirror of
https://github.com/oceanprotocol/ocean.js.git
synced 2024-11-26 20:39:05 +01:00
Update src/balancer/OceanPool.ts
Co-authored-by: Matthias Kretschmann <m@kretschmann.io>
This commit is contained in:
parent
24e5e37101
commit
25673f9593
@ -22,7 +22,7 @@ export interface PoolTransaction {
|
|||||||
tokenOut?: string
|
tokenOut?: string
|
||||||
tokenAmountIn?: string
|
tokenAmountIn?: string
|
||||||
tokenAmountOut?: string
|
tokenAmountOut?: string
|
||||||
type: 'join' | 'exit' | 'swap'
|
type: PoolTransactionType
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user