Function clockwork_thread_program::thread_program::thread_create  
source · pub fn thread_create(
    ctx: Context<'_, '_, '_, '_, ThreadCreate<'_>>,
    amount: u64,
    id: Vec<u8>,
    instructions: Vec<SerializableInstruction>,
    trigger: Trigger
) -> Result<()>Expand description
Creates a new transaction thread.