UNPKG

chia-agent

Version:
7 lines (6 loc) 181 B
import { bytes } from "./_python_types_"; import { ConditionOpcode } from "./condition_opcode"; export type ConditionWithArgs = { opcode: ConditionOpcode; vars: bytes[]; };