-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
What would you like to share?
Add impl on:
dev-kit-js/lib/agent/propertiesDeauthenticate.ts
Lines 1 to 13 in 872b06e
| 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
Metadata
Metadata
Assignees
Labels
No labels