Closed popenta closed 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
Hello @michavie ! This is just an initial implementation so that mxpy supports guarded transactions. Probably in the future, mxpy will handle the guardian information.
Added support for guarded transactions.