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
{{ message }}
This repository has been archived by the owner on Nov 21, 2022. It is now read-only.
app.use("/sign_transaction", SignTransactionHandler(req: SignTransactionRequest, resp: SignTransactionResponse) => {
// decide whether or not to sign() or reject() the request.
}, secret),
has a missing ( right after SignTransactionHandler
The text was updated successfully, but these errors were encountered:
It contains syntax errors:
should be
and
has a missing
(
right afterSignTransactionHandler
The text was updated successfully, but these errors were encountered: