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
feat: further MultisigAccount alignment with ts variant (#258)
Align Python implementation with TypeScript PR #492 by adding:
- Implement from_signature() static method to create MultisigAccount from MultisigSignature
- Add create_multisig_transaction() to create empty multisig transaction structure
- Add create_multisig_signature() to create empty multisig signature structure
- Add apply_signature_to_txn() to apply signatures to signed transactions (immutable)
- Remove empty sub_signers validation to support address-only MultisigAccounts
These changes enable better multisig workflow support, particularly for
delegated logic signatures and signature collection scenarios.
Related to algorandfoundation/algokit-utils-ts#492
"""Given a known request validate that the same request can be made using our models. Then, validate that our response model aligns with the known response"""
"""Given a known request validate that the same request can be made using our models. Then, validate that our response model aligns with the known response"""
0 commit comments