pub fn queue_create(
    ctx: Context<'_, '_, '_, '_, QueueCreate<'_>>,
    id: String,
    kickoff_instruction: InstructionData,
    trigger: Trigger
) -> Result<()>
Expand description

Creates a new transaction queue.