Minswap cancel order #306
Annotations
10 errors
test:
src/dex/api/muesliswap-api.ts#L12
Property 'dex' in type 'MuesliSwapApi' is not assignable to the same property in base type 'BaseApi'.
|
test:
src/dex/api/spectrum-api.ts#L13
Property 'dex' in type 'SpectrumApi' is not assignable to the same property in base type 'BaseApi'.
|
test:
src/dex/api/sundaeswap-api.ts#L12
Property 'dex' in type 'SundaeSwapApi' is not assignable to the same property in base type 'BaseApi'.
|
test:
src/dex/api/teddyswap-api.ts#L12
Property 'dex' in type 'TeddyswapApi' is not assignable to the same property in base type 'BaseApi'.
|
test:
src/dex/api/vyfinance-api.ts#L12
Property 'dex' in type 'VyfinanceApi' is not assignable to the same property in base type 'BaseApi'.
|
test:
src/dex/api/wingriders-api.ts#L12
Property 'dex' in type 'WingRidersApi' is not assignable to the same property in base type 'BaseApi'.
|
test:
src/dex/muesliswap.ts#L41
Type 'MuesliSwapApi' is not assignable to type 'BaseApi'.
|
test:
src/dex/muesliswap.ts#L167
Property 'buildSwapOrder' in type 'MuesliSwap' is not assignable to the same property in base type 'BaseDex'.
|
test:
src/dex/muesliswap.ts#L206
Type 'UTxO[]' is not assignable to type 'SpendUTxO[]'.
|
test:
src/dex/muesliswap.ts#L227
Type 'UTxO' is not assignable to type 'SpendUTxO'.
|