// Bank.idl module Bank { interface Account { long getBalance(); string getName(); }; };