UNPKG

@starkware-industries/starkex-js

Version:

`starkex-js` is a JavaScript wrapper around the [StarkEx API](https://starkware.co/starkex/api/) that can be used in both NodeJS and Browser environments.

8 lines (7 loc) 154 B
interface CommitteeSignature { batchId: number; signature: string; memberKey: string; claimHash: string; } export { CommitteeSignature };