Fix
- PROTOCOL 17 SUPPORT: Upgraded
js-stellar-basepackage to version^5.1.0from^5.0.0to expose the Typescript hints for CAP-35 operations (#629).
A summary of the changes introduced by Protocol 17 (to the base library and the SDK) is as follows:
- New operations:
ClawbackOp,ClawbackClaimableBalanceOp, andSetTrustLineFlagsOp - Deprecations:
SetTrustLineFlagsOpnow supercedes the oldAllowTrustOp - New effects:
trustline_flags_updatedandclaimable_balance_clawed_back - Deprecations:
trustline_flags_updatedsupercedes the oldtrustline_authorized,trustline_authorized_to_maintain_liabilities, andtrustline_deauthorizedeffects
You can see a rundown of the operation details in the implementation gist, as well.