- 
                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/propertiesCreate.ts
Lines 1 to 12 in 872b06e
| import { TransactionResponse } from '@ethersproject/abstract-provider' | |
| import { FallbackableOverrides } from '../common/utils/execute' | |
| import { Provider } from '@ethersproject/abstract-provider' | |
| import { UndefinedOr } from '@devprotocol/util-ts' | |
| type PropertiesCreate = (options: { | |
| readonly provider: Provider | |
| readonly name: string | |
| readonly symbol: string | |
| readonly author: 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