Add visitor for operations.
This MR introduce visitor pattern sceleton for operations. It allows to perform custom action on operaction based on implemented visitor.
This visitor pattern will allow us to define know_account_visitor pattern that will save account as know account from operations performed with cli command.
#288 (closed) - second part - save from cli command. First part - managing know account by cli command, is in separate MR !552 (merged)
Same as !575 (merged) but not using get_impacted_accounts from wax. (for comparrision, only one will be used.)
Edited by Wieslaw Kedzierski