Skip to content

Conversation

@nicolad
Copy link

@nicolad nicolad commented Sep 18, 2025

Related to: #143

  • convert_to_multi_sig_user: Convert user to multi-sig with authorized users and threshold
  • multi_sig_order: Execute multi-sig orders with JSON and typed actions
  • multi_sig_register_token: Multi-sig token registration with spot deploy
  • multi_sig_usd_send: Multi-sig USD transfers with signature chain parameters

@nicolad
Copy link
Author

nicolad commented Sep 18, 2025

@lmlmt note that multi-sig conversion isn’t implemented in the Rust SDK yet; the examples in this PR are scaffolding to show the shape/params. Once this PR is merged, I can look into adding the actual conversion support (or exposing a minimal API surface) and follow up with a dedicated PR

@lmlmt
Copy link
Contributor

lmlmt commented Oct 21, 2025

@lmlmt note that multi-sig conversion isn’t implemented in the Rust SDK yet; the examples in this PR are scaffolding to show the shape/params. Once this PR is merged, I can look into adding the actual conversion support (or exposing a minimal API surface) and follow up with a dedicated PR

@nicolad prefer having the multi-sig functionality implemented as well, for completeness

@nicolad
Copy link
Author

nicolad commented Oct 21, 2025

@lmlmt note that multi-sig conversion isn’t implemented in the Rust SDK yet; the examples in this PR are scaffolding to show the shape/params. Once this PR is merged, I can look into adding the actual conversion support (or exposing a minimal API surface) and follow up with a dedicated PR

@nicolad prefer having the multi-sig functionality implemented as well, for completeness

thank you @lmlmt
will add today

Vadim Nicolai added 2 commits October 21, 2025 13:52
- convert_to_multi_sig_user: Convert user to multi-sig with authorized users and threshold
- multi_sig_order: Execute multi-sig orders with JSON and typed actions
- multi_sig_register_token: Multi-sig token registration with spot deploy
- multi_sig_usd_send: Multi-sig USD transfers with signature chain parameters

Examples show structure for future implementation when multi-sig functionality is added to Rust SDK
…unt conversion, address management, and transaction operations for orders, USDC transfers, and spot transfers including comprehensive tests and examples.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants