1
0
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:
Alex Coseru 2020-09-30 13:52:51 +03:00 committed by GitHub
parent 24e5e37101
commit 25673f9593
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@ export interface PoolTransaction {
tokenOut?: string
tokenAmountIn?: string
tokenAmountOut?: string
type: 'join' | 'exit' | 'swap'
type: PoolTransactionType
}
/**