multiversx / mx-sdk-py-cli

Python Command Line Tools and SDK for interacting with the MultiversX blockchain and dApps.
Other
49 stars 36 forks source link

Added guardian support #255

Closed popenta closed 1 year ago

popenta commented 1 year ago

Added support for guarded transactions.

michavie commented 1 year ago

Instead of needing to pass guardian information, could mxpy handle this automatically?

Potentially with the info from this endpoint: https://github.com/multiversx/mx-api-service/blob/32a23c3d3ab465f51fc3de46175983d115d12ec3/src/endpoints/accounts/account.controller.ts#L114

popenta commented 1 year ago

Hello @michavie ! This is just an initial implementation so that mxpy supports guarded transactions. Probably in the future, mxpy will handle the guardian information.