[SDK] Are there any example or notes to use a paymaster with the Rust SDK #335
-
EnvironmentTestnet Acknowledgement
Issue DescriptionWe are using the Rust SDK to generate bindings on mobile and would be interested in crafting a transaction going through a paymaster. However, our engineers are a little confused as to how to craft such a tx with the Rust SDK. Expected BehaviorThere should be an example or quick documentation entry to use a custom paymaster when crafting a transaction via the Rust SDK. Code Example
Repo Link (Optional)No response |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 4 replies
-
Hey @ETeissonniere You are absolutely right we should provide an example of this in the SDK example directory. Keep in mind the rust sdk is still in development. I will see if I can whip up an example for next week and post here. Similarly to our js sdk you will need to make use of the paymaster params defined in this file and pass that along with the transaction. |
Beta Was this translation helpful? Give feedback.
Hey @ETeissonniere
I checked with the rust sdk maintainers, and paymaster support is not fully functional yet.
If you are up for challenge and want to contribute to add support it is open source :)