kin-node icon indicating copy to clipboard operation
kin-node copied to clipboard

Please improve the readme on webhooks

Open doc-l opened this issue 4 years ago • 2 comments

It contains syntax errors:

app.use("/events", EventsHandler(events: []Event) => {

should be

app.use("/events", EventsHandler(events: Event[]) => {

and

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

doc-l avatar Nov 12 '20 10:11 doc-l

was this resolved?

chaseeb avatar Jan 19 '21 18:01 chaseeb

no, the readme still contains those syntax errors

doc-l avatar Jan 20 '21 13:01 doc-l