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.

7 lines (6 loc) 132 B
interface BatchIdsRequest { vaultRoot: string; orderRoot: string; sequenceNumber: number; } export { BatchIdsRequest };