mirror of
https://github.com/oceanprotocol/react.git
synced 2024-12-23 01:29:49 +01:00
fix lint
This commit is contained in:
parent
6549f6ee9f
commit
77b172573c
@ -22,7 +22,7 @@ interface UsePricing {
|
||||
) => Promise<TransactionReceipt | string | void>
|
||||
buyDT: (dtAmount: number | string) => Promise<TransactionReceipt | void>
|
||||
sellDT: (dtAmount: number | string) => Promise<TransactionReceipt | void>
|
||||
mint: (tokensToMint: string) => Promise<TransactionReceipt>
|
||||
mint: (tokensToMint: string) => Promise<TransactionReceipt | void>
|
||||
pricingStep?: number
|
||||
pricingStepText?: string
|
||||
pricingError?: string
|
||||
|
Loading…
Reference in New Issue
Block a user