stellar/js-stellar-sdk

createClaimableBalance: create claimant predicate from JSON object

Open

#588 opened on Oct 19, 2020

View on GitHub
 (3 comments) (0 reactions) (0 assignees)TypeScript (351 forks)auto 404
enhancementhelp wanted

Repository metrics

Stars
 (692 stars)
PR merge metrics
 (PR metrics pending)

Description

Currently, all claimant predicate creation helpers are functions in createClaimableBalance, which makes it harder to dynamically compose them. It would be great if there was an option to pass a JSON object instead.

Contributor guide