1 2 3 4 5 6 7 8 9
use chia_streamable_macro::streamable; use crate::Bytes32; #[streamable] pub struct PoolTarget { puzzle_hash: Bytes32, max_height: u32, // A max height of 0 means it is valid forever }