UNPKG

cactus-agent

Version:
10 lines (7 loc) 218 B
import {bool, str} from "../types/_python_types_"; export const display_name = "Cactus Proof of Space"; export type chiapos_install_info = { display_name: typeof display_name, version: str, installed: bool, };