[WIP] implementing delegate in contract, and submitting offer to handler from UI #73
Annotations
11 errors
unit
'FaChartLine' is declared but its value is never read.
|
unit
Expected 2 arguments, but got 1.
|
unit
Property 'map' does not exist on type 'Coin'.
|
unit
Property 'loadingFundAndDelegate' is missing in type '{ handleCreateAccount: () => void; handleCreateAndFund: () => void; loadingCreateAccount: boolean; loadingCreateAndFund: boolean; openFundModal: () => Promise<void>; }' but required in type '{ handleCreateAccount: any; handleCreateAndFund: any; openFundModal: any; loadingCreateAccount: any; loadingCreateAndFund: any; loadingFundAndDelegate: any; }'.
|
unit
Process completed with exit code 1.
|
lint
Process completed with exit code 1.
|
integration
'FaChartLine' is declared but its value is never read.
|
integration
Expected 2 arguments, but got 1.
|
integration
Property 'map' does not exist on type 'Coin'.
|
integration
Property 'loadingFundAndDelegate' is missing in type '{ handleCreateAccount: () => void; handleCreateAndFund: () => void; loadingCreateAccount: boolean; loadingCreateAndFund: boolean; openFundModal: () => Promise<void>; }' but required in type '{ handleCreateAccount: any; handleCreateAndFund: any; openFundModal: any; loadingCreateAccount: any; loadingCreateAndFund: any; loadingFundAndDelegate: any; }'.
|
integration
Process completed with exit code 1.
|