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 propertiesDeauthenticate.ts #798

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

Add impl on propertiesDeauthenticate.ts #798

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 { FallbackableOverrides } from '../common/utils/execute'
import { Provider, TransactionResponse } from '@ethersproject/abstract-provider'
import { UndefinedOr } from '@devprotocol/util-ts'
type PropertiesDeauthenticate = (options: {
readonly provider: Provider
readonly destination: string
readonly authentication: {
readonly market: string
readonly id: string
}
readonly overrides?: FallbackableOverrides
}) => Promise<UndefinedOr<TransactionResponse>>

Additional information

No response

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