disallowed-methods = [
{ path = "chia_wallet_sdk::driver::Launcher::new", reason = "route launches through create::singleton_launcher, which proves the amount odd via SingletonAmount" },
{ path = "chia_wallet_sdk::driver::Launcher::with_memos", reason = "takes a raw amount; route launches through create::singleton_launcher" },
{ path = "chia_wallet_sdk::driver::Launcher::create_early", reason = "takes a raw amount; route launches through create::singleton_launcher" },
{ path = "chia_wallet_sdk::driver::Launcher::create_early_with_memos", reason = "takes a raw amount; route launches through create::singleton_launcher" },
{ path = "chia_wallet_sdk::driver::Launcher::from_coin", reason = "takes a coin of any amount; route launches through create::singleton_launcher" },
{ path = "chia_wallet_sdk::driver::Launcher::with_singleton_amount", reason = "overrides a proven-odd amount with a raw one; route launches through create::singleton_launcher" },
]