feat: create near-mpc-sdk crate with types for sign requests#2202
feat: create near-mpc-sdk crate with types for sign requests#2202
near-mpc-sdk crate with types for sign requests#2202Conversation
…sharifi/add-bounded-vec
|
@claude pleas re-review this PR |
gilcu3
left a comment
There was a problem hiding this comment.
LGTM.
Left a questions about the pattern used
Code Review:
|
netrome
left a comment
There was a problem hiding this comment.
Nice stuff. I think the EDDSA bounds need a better explanation but that's my only blocker.
stacked on top of #2199
closes #2159
Creates a new crate,
near-mpc-sdk, which is meant for users that want to call the mpc contract.This PR adds types for building sign request payloads, and deserializing responses.
Testing