Skip to content

Add impl on positionsGet.ts  #792

@aggre

Description

@aggre

What would you like to share?

Add impl on:

import { Provider } from '@ethersproject/abstract-provider'
import { UndefinedOr } from '@devprotocol/util-ts'
import { Positions } from '../ethereum/s-tokens/positions'
type PositionsGet = (options: {
readonly provider: Provider
readonly positionId: number
}) => Promise<UndefinedOr<Positions>>

Additional information

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions