- [x] ~allow-trust~ (deprecated) - [x] create-claimable-balance - [x] claim-claimable-balance - [x] begin-sponsoring-future-reserves - [x] end-sponsoring-future-reserves - [x] revoke-sponsorship - [x] clawback - [x] clawback-claimable-balance - [x] liquidity-pool-deposit - [x] liquidity-pool-withdraw - [x] ~invoke-host-function~[^1] (use `stellar contract invoke` instead) - [x] ~extend-footprint-ttl~[^1] (use `stellar contract extend` instead) - [x] ~restore-footprint~[^1] (use `stellar contract restore` instead) https://developers.stellar.org/docs/learn/fundamentals/transactions/list-of-operations [^1]: hard to add right now because it'd require a lot of changes to support `TransactionExt::V1(SorobanTransactionData)`
allow-trust(deprecated)invoke-host-function1 (usestellar contract invokeinstead)extend-footprint-ttl1 (usestellar contract extendinstead)restore-footprint1 (usestellar contract restoreinstead)https://developers.stellar.org/docs/learn/fundamentals/transactions/list-of-operations
Footnotes
hard to add right now because it'd require a lot of changes to support
TransactionExt::V1(SorobanTransactionData)↩ ↩2 ↩3