feat: added ethereum and bitcoin hook #22
Annotations
10 errors
Typecheck:
src/app/components/mint-unmint/components/mint/mint.tsx#L1
'useState' is declared but its value is never read.
|
Typecheck:
src/app/components/mint-unmint/components/mint/mint.tsx#L4
'StepButton' is declared but its value is never read.
|
Typecheck:
src/app/components/mint-unmint/components/mint/mint.tsx#L15
'useDispatch' is declared but its value is never read.
|
Typecheck:
src/app/hooks/use-bitcoin.ts#L14
'dispatch' is declared but its value is never read.
|
Typecheck:
src/app/hooks/use-bitcoin.ts#L16
'getVault' is declared but its value is never read.
|
Typecheck:
src/app/hooks/use-bitcoin.ts#L40
Parameter 'urlParams' implicitly has an 'any' type.
|
Typecheck:
src/app/hooks/use-bitcoin.ts#L40
'vaultUUID' is declared but its value is never read.
|
Typecheck:
src/shared/examples/example-vaults.ts#L4
Property 'timestamp' is missing in type '{ uuid: string; collateral: number; state: VaultState.READY; fundingTX: string; closingTX: string; }' but required in type 'Vault'.
|
Typecheck:
src/shared/examples/example-vaults.ts#L11
Property 'timestamp' is missing in type '{ uuid: string; collateral: number; state: VaultState.READY; fundingTX: string; closingTX: string; }' but required in type 'Vault'.
|
Typecheck:
src/shared/examples/example-vaults.ts#L18
Property 'timestamp' is missing in type '{ uuid: string; collateral: number; state: VaultState.FUNDING; fundingTX: string; closingTX: string; }' but required in type 'Vault'.
|
The logs for this run have expired and are no longer available.
Loading