Whenever we see an account that is part of a transaction we need to do the following:
- Check if the validator has that account already and if so we're done
- If the validator does not have this account we will clone it from chain on demand
NOTE: that here we assume that any writable account is properly delegated. This check is performed by the proxy before passing through the transaction request.