chik-sdk-types 0.25.0

Standard Chik types for things such as puzzle info and conditions.
Documentation
1
2
3
4
5
6
7
8
9
10
11
mod force_assert_coin_announcement;
mod force_coin_message;
mod prevent_condition_opcode;
mod prevent_multiple_create_coins;
mod timelock;

pub use force_assert_coin_announcement::*;
pub use force_coin_message::*;
pub use prevent_condition_opcode::*;
pub use prevent_multiple_create_coins::*;
pub use timelock::*;