UNPKG

cactus-agent

Version:
12 lines (10 loc) 325 B
import {G1Element, str} from "../types/_python_types_"; import {bytes32} from "../types/blockchain_format/sized_bytes"; export type PoolWalletConfig = { launcher_id: bytes32; pool_url: str; payout_instructions: str; target_puzzle_hash: bytes32; p2_singleton_puzzle_hash: bytes32; owner_public_key: G1Element; };