UNPKG

chia-agent

Version:
7 lines (6 loc) 188 B
import { bytes32 } from "../wheel/python/sized_bytes"; import { uint32 } from "../wheel/python/sized_ints"; export type PoolTarget = { puzzle_hash: bytes32; max_height: uint32; };