pub fn instruction_signature_to_arrow_schema(
signature: &InstructionSignature,
) -> Result<Schema>Expand description
Converts an InstructionSignature into an Arrow [Schema], mapping each parameter
and account name to the corresponding Arrow field and data type.