Andrew/test sign raw payloads #2076
Annotations
10 errors and 4 warnings
Typecheck
Argument of type 'Transaction[]' is not assignable to parameter of type '{ signWith: string; transactions: (Transaction | VersionedTransaction)[]; }[]'.
|
Typecheck
Conversion of type '{ signWith: string; transactions: (Transaction | VersionedTransaction)[]; } | undefined' to type 'Transaction' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
|
Typecheck
Argument of type 'VersionedTransaction[]' is not assignable to parameter of type '{ signWith: string; transactions: (Transaction | VersionedTransaction)[]; }[]'.
|
Typecheck
Conversion of type '{ signWith: string; transactions: (Transaction | VersionedTransaction)[]; } | undefined' to type 'VersionedTransaction' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
|
Typecheck
'TurnkeyApiTypes' is declared but never used.
|
Typecheck
'sign' is declared but its value is never read.
|
Typecheck
'signWithResults' is declared but its value is never read.
|
Typecheck
'signedTxs' is declared but its value is never read.
|
Typecheck
Cannot find name 'signRawPayloadsResult'.
|
Typecheck
Property 'addSignature' does not exist on type '{ signWith: string; transactions: (Transaction | VersionedTransaction)[]; }'.
|
Setup JS
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Checkout
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Checkout
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Checkout
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Loading