@canvas-js/client
v0.16.1
Published
The `Client` class here manages one or more session signers to sign and post messages over the Canvas HTTP API.
Downloads
268
Readme
@canvas-js/client
The Client class here manages one or more session signers to sign and post messages over the Canvas HTTP API.
The HTTP API in question is very simple:
GET /api/clockreturning{ clock: number; parents: string[] }POST /api/insertcarrying{}
