1
0
mirror of https://github.com/oceanprotocol/react.git synced 2025-02-14 21:10:38 +01:00
react/src/hooks/usePublish/DataTokenOptions.ts
2020-09-07 17:25:31 +03:00

6 lines
87 B
TypeScript

export interface DataTokenOptions {
cap?: string
name?: string
symbol?: string
}