Skip to content

Update transaction factories to match the sdk-specs #171

Update transaction factories to match the sdk-specs

Update transaction factories to match the sdk-specs #171

Triggered via pull request October 16, 2023 14:06
Status Failure
Total duration 31s
Artifacts

build.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
build (16.x): src/smartcontracts/smartContract.ts#L1
Cannot find module '../transactionIntentsFactories/smartContractTransactionIntentsFactory' or its corresponding type declarations.
build (16.x): src/smartcontracts/smartContract.ts#L1
Cannot find module '../transactionIntentsFactories/transactionIntentsFactoryConfig' or its corresponding type declarations.
build (16.x): src/transactionsFactories/smartContractTransactionIntentsFactory.ts#L1
Module '"./draftTransactionBuilder"' has no exported member 'TransactionIntentBuilder'.
build (16.x): src/transactionsFactories/smartContractTransactionIntentsFactory.ts#L1
Cannot find name 'TransactionIntent'.
build (16.x): src/transactionsFactories/smartContractTransactionIntentsFactory.ts#L1
Return type of public method from exported class has or is using private name 'TransactionIntent'.
build (16.x): src/transactionsFactories/smartContractTransactionIntentsFactory.ts#L1
Cannot find name 'TransactionIntent'.
build (16.x): src/transactionsFactories/smartContractTransactionIntentsFactory.ts#L1
Return type of public method from exported class has or is using private name 'TransactionIntent'.
build (16.x): src/transactionsFactories/smartContractTransactionIntentsFactory.ts#L1
Cannot find name 'TransactionIntent'.
build (16.x): src/transactionsFactories/smartContractTransactionIntentsFactory.ts#L1
Return type of public method from exported class has or is using private name 'TransactionIntent'.
build (16.x): src/transactionsFactories/tokenManagementTransactionIntentsFactory.ts#L1
Module '"./draftTransactionBuilder"' has no exported member 'TransactionIntentBuilder'.
build (16.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/