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
signMultichain will open /sign-multichain route on signer app Add new /sign-multichain route fast-auth-signer#168 and post a message with the interface set on the ticket (transaction to multichain contract, key derivation path)
Set a listener for a postmessage back from the iframe containing a SignedDelegate that calls the mpc contract's sign method
Send the SignedDelegate to the relayer which executed the function call to the sign method and returns the signature for the derived key issued by the smart contract
The text was updated successfully, but these errors were encountered:
signMulichain(transaction, keyDerivationPath): Promise<void>
signMultichain
will open/sign-multichain
route on signer app Add new/sign-multichain
route fast-auth-signer#168 and post a message with the interface set on the ticket (transaction to multichain contract, key derivation path)SignedDelegate
that calls the mpc contract's sign methodSignedDelegate
to the relayer which executed the function call to the sign method and returns the signature for the derived key issued by the smart contractThe text was updated successfully, but these errors were encountered: