UNPKG

@attestate/crawler

Version:

@attestate/crawler is a tool chain to retrieve on-chain data from Ethereum.

15 lines (14 loc) 218 B
const exit = { type: "object", required: ["type", "version"], properties: { type: { type: "string", enum: ["exit"], }, version: { type: "string", }, }, }; export default exit;