pub fn launch_singleton(
ctx: &mut SpendContext,
funding_coin: &Coin,
inner_puzzle_hash: Bytes32,
singleton_amount: u64,
) -> Result<LaunchResult, DriverError>Expand description
Launch a new singleton with the given inner puzzle hash
For most use cases, prefer using SingletonDriver::launch() instead.