Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add impl on positionsClaim.ts #791

Open
1 task done
aggre opened this issue Mar 2, 2022 · 1 comment
Open
1 task done

Add impl on positionsClaim.ts #791

aggre opened this issue Mar 2, 2022 · 1 comment

Comments

@aggre
Copy link
Member

aggre commented Mar 2, 2022

What would you like to share?

Add impl on:

import { TransactionResponse } from '@ethersproject/abstract-provider'
import { FallbackableOverrides } from '../common/utils/execute'
import { Provider } from '@ethersproject/abstract-provider'
import { UndefinedOr } from '@devprotocol/util-ts'
type PositionsClaim = (options: {
readonly provider: Provider
readonly positionId: number
readonly withdrawalAmount: string
readonly overrides?: FallbackableOverrides
}) => Promise<UndefinedOr<TransactionResponse>>

Additional information

Code of Conduct

  • I agree to follow this project's Code of Conduct
@aggre
Copy link
Member Author

aggre commented Mar 2, 2022

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant