-
Notifications
You must be signed in to change notification settings - Fork 502
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to build Claimable Balance Predicate on txbuild? #3000
Comments
@Shaptic I added some initial helper here to help us write the integration tests abuiles@6d3d8e8 -- we can use this for now internally, while we define the final interface for txnbuild. |
@2opremio @tamirms can you check the interface here abuiles@6d3d8e8#diff-53889a0fa496ed0e06224eaebe4319d7R25 -- this is just an initial version to help us write integration tests. |
I cherry-picked the above commit as part of my |
We had a conversation and decided to move forward with the factory methods to create We'll have the following in txnbuild
And then people can create new claimants combining the struct above and the factory methods
|
This was implemented & merged in the above. |
We should offer some high level helpers in
txnbuild
to make it easy for people to create claimable balances predicates.Following the spirit of
txnbuild
users, final users should need access to the XDR library.We could have some helpers like:
The text was updated successfully, but these errors were encountered: