ODHack8good first issue
Repository metrics
- Stars
- (692 stars)
- PR merge metrics
- (PR metrics pending)
Description
CAP 23 (as part of Stellar Protocol 14 and released with Horizon 1.9.0) allows creating and claiming Claimable Balances.
Those balances are queried and claimed using their ID which can be obtained:
- Before submitting the transaction creating the claim. The Claim ID is internally just a Hash which can be inferred even before Core accepts the transaction. A helper function would be useful in order to obtain this. :heavy_check_mark: stellar/js-stellar-base#482
- After the transaction creating the claim is submitted (i.e. in the transaction result). However, the claimable ID is pretty buried withing the result XDR, making it hard to obtain through the raw API result. A helper would come in handy.
(2) still needs to be implemented