Function create_transaction_message

Source
pub fn create_transaction_message(
    instructions: Vec<Instruction>,
    recent_blockhash: &str,
) -> Result<TransactionMessage>