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.

6 lines (5 loc) 174 B
declare enum AvailabilityGatewayServiceType { APPROVE_NEW_ROOTS = "approve_new_roots", GET_BATCH_DATA = "get_batch_data" } export { AvailabilityGatewayServiceType };