Suppose, if we have a function called get_bal(), which accepts date and gives all the details such as Account holder name, Account type, Balance amount,.....etc...as a function output.
And how to consume this function get_bal i Universe IDT, can you please give me a sample pseudo code.