import { VDFInfo, VDFProof } from "../types/blockchain_format/vdf"; import { Optional } from "../types/_python_types_"; export type SignagePoint = { cc_vdf: Optional; cc_proof: Optional; rc_vdf: Optional; rc_proof: Optional; };