pub fn create_empty_thread(
ctx: Context<'_, '_, '_, '_, ThreadCreate<'_>>,
amount: u64,
id: ThreadId,
trigger: Trigger,
) -> Result<()>Expand description
Creates a new transaction thread. Optionally creates an initial fiber if instruction is provided.