Skip to content

Add impl on propertiesCreateToAuthenticate.ts  #797

Description

@aggre

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 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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions