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