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
Create a helper to build checks and attach signatures and signers into the code and request.
Checklist
attach: Receives a CommandPayloadStringifiedJSON and a list of keysets, signs the payload with each keyset from the list and returns a list of SignatureWithHash
pull: Turns a SignatureWithHash into a Signature
pull_signer: Extracts the pub_key from the keypair and inserts it into the signer
check_hash: Validates if a hash is valid for that command
The text was updated successfully, but these errors were encountered:
ℹ️ This issue is part of Epic #58
Objective
Create a helper to build checks and attach signatures and signers into the code and request.
Checklist
attach
: Receives a CommandPayloadStringifiedJSON and a list of keysets, signs the payload with each keyset from the list and returns a list of SignatureWithHashpull
: Turns a SignatureWithHash into a Signaturepull_signer
: Extracts the pub_key from the keypair and inserts it into the signercheck_hash
: Validates if a hash is valid for that commandThe text was updated successfully, but these errors were encountered: