• smartcontracts's avatar
    fix(sdk): bug with unsupported fields (#8902) · 18becd7e
    smartcontracts authored
    Fixes a bug that was introduced in a recent fix. The input type
    (TransactionRequest) sometimes has fields that are not supported by the
    UnsignedTransaction type. This fix explicitly uses the fields of the
    UnsignedTransaction type to resolve this issue.
    18becd7e
Name
Last commit
Last update
..
src Loading commit data...
tasks Loading commit data...
test Loading commit data...
test-next Loading commit data...
.depcheckrc Loading commit data...
.eslintrc.js Loading commit data...
.gitignore Loading commit data...
.lintstagedrc.yml Loading commit data...
.prettierrc.js Loading commit data...
CHANGELOG.md Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...
example.env Loading commit data...
hardhat.config.ts Loading commit data...
package.json Loading commit data...
setupVitest.ts Loading commit data...
tsconfig.json Loading commit data...
vitest.config.ts Loading commit data...