Adds verifyNep413Message to _____ package [don't merge] #1605
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Pre-flight checklist
pnpm changeset
to create achangeset
JSON document appropriate for this change.Motivation
Moved over some things, started an example, started putting it in utils but I don't think it should go here in order to avoid circular dependencies and to utilize some shared types w/ existing signNep413Message.
I'm thinking of moving it to a verify.ts in
signer
, or maybe tocrypto
-- but creating a new@near-js/messages
package sounds pretty clean and would followtransactions
pattern.Test Plan
I'll write some tests and an example.
Related issues/PRs
This was requested to accompany
signNep413Message
. I'm pulling logic from https://github.com/elliotBraem/near-sign-verify