1 2 3 4 5 6 7 8 9 10 11
use chik_streamable_macro::Streamable; use crate::coin::Coin; use crate::program::Program; use crate::streamable_struct; streamable_struct!(CoinSpend { coin: Coin, puzzle_reveal: Program, solution: Program, });