Skip to content

Update transaction factories to match the sdk-specs #172

Update transaction factories to match the sdk-specs

Update transaction factories to match the sdk-specs #172

Triggered via pull request October 16, 2023 14:26
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
Module '"../transactionsFactories/smartContractTransactionsFactory"' has no exported member 'SmartContractTransactionIntentsFactory'.
build (16.x): src/transactionsFactories/tokenManagementTransactionIntentsFactory.ts#L1
Module '"./draftTransactionBuilder"' has no exported member 'TransactionIntentBuilder'.
build (16.x): src/transactionsFactories/tokenManagementTransactionIntentsFactory.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
Return type of public method from exported class has or is using private name 'TransactionIntent'.
build (16.x): src/transactionsFactories/tokenManagementTransactionIntentsFactory.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
Return type of public method from exported class has or is using private name 'TransactionIntent'.
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/