Advertisement
simeonvarbanov

Untitled

Oct 31st, 2012
2,802
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
IDL 0.08 KB | None | 0 0
  1. module bank
  2. {
  3. struct Account
  4. {
  5. long accountId;
  6. double balance;
  7. string name;
  8. };
  9. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement