-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
What would you like to share?
Add impl on:
dev-kit-js/lib/agent/propertiesAssets.ts
Lines 1 to 13 in 872b06e
import { Provider } from '@ethersproject/abstract-provider' | |
import { UndefinedOr } from '@devprotocol/util-ts' | |
type Asset = { | |
readonly market: string | |
readonly marketSlug?: string | |
readonly id: string | |
} | |
type PropertiesAssets = (options: { | |
readonly provider: Provider | |
readonly destination: string | |
}) => Promise<UndefinedOr<readonly Asset[]>> |
Additional information
No response
Code of Conduct
- I agree to follow this project's Code of Conduct
Metadata
Metadata
Assignees
Labels
No labels