UNPKG

chia-agent

Version:
7 lines (6 loc) 184 B
import { bytes } from "../types/_python_types_"; import { uint16 } from "../../chia_rs/wheel/python/sized_ints"; export type VersionedBlob = { version: uint16; blob: bytes; };