• Kelvin Fichter's avatar
    feat(sdk): remove getTokenBridgeMessages function · 5ffb5fcf
    Kelvin Fichter authored
    Removes the getTokenBridgeMessagesByAddress function from the SDK. This
    function is not particularly useful and its behavior is confusing. It's
    much easier for users of the package to simply use getDepositsByAddress
    and getWithdrawalsByAddress separately, since this is already what
    getTokenBridgeMessagesByAddress was doing under the hood.
    5ffb5fcf
Name
Last commit
Last update
..
src Loading commit data...
test 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...
hardhat.config.ts Loading commit data...
package.json Loading commit data...
tsconfig.build.json Loading commit data...
tsconfig.json Loading commit data...