You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
No ability to submit a proper formatted soroban transaction for InvokeHostFunction, RestoreFootprint, BumpExpiration
What would you like to see?
Builders and supporting classes in the sdk to enable assembling and submitting properly formatted soroban transactions which include preflight information from soroban rpc
the sdk can use the soroban assemblTransaction() in the js-soroban-client sdk for reference, as it performs the expected sequences of rpc preflight and application of footprint and fees:
What alternatives are there?
The text was updated successfully, but these errors were encountered:
What problem does your feature solve?
No ability to submit a proper formatted soroban transaction for InvokeHostFunction, RestoreFootprint, BumpExpiration
What would you like to see?
Builders and supporting classes in the sdk to enable assembling and submitting properly formatted soroban transactions which include preflight information from soroban rpc
part of #490
the sdk can use the soroban assemblTransaction() in the js-soroban-client sdk for reference, as it performs the expected sequences of rpc preflight and application of footprint and fees:
What alternatives are there?
The text was updated successfully, but these errors were encountered: