-
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/propertiesCreateToAuthenticate.ts
Lines 1 to 22 in 872b06e
| import { FallbackableOverrides } from '../common/utils/execute' | |
| import { Provider, TransactionResponse } from '@ethersproject/abstract-provider' | |
| import { UndefinedOr } from '@devprotocol/util-ts' | |
| type PropertiesCreateToAuthenticate = (options: { | |
| readonly provider: Provider | |
| readonly name: string | |
| readonly symbol: string | |
| readonly author: string | |
| readonly authentication: { | |
| readonly market: string | |
| readonly options: readonly string[] | |
| readonly overrides?: FallbackableOverrides | |
| } | |
| readonly overrides?: FallbackableOverrides | |
| }) => Promise< | |
| UndefinedOr< | |
| TransactionResponse & { | |
| readonly wait: () => Promise<TransactionResponse> | |
| } | |
| > | |
| > |
Additional information
No response
Code of Conduct
- I agree to follow this project's Code of Conduct
Metadata
Metadata
Assignees
Labels
No labels