deposit 8340f549Deposits some amount of tokens on wallet's account using ERC20 tokens
Allowed only for timeHolder
| inputs | 0 | address | _asset | an address of token |
| 1 | address | _from | an address of a sender who is willing to transfer her resources | |
| 2 | uint256 | _amount | an amount of tokens (resources) a sender wants to transfer | |
| outputs | 0 | bool |
withdraw d9caed12Withdraws some amount of tokens from wallet's account using ERC20 tokens
Allowed only for timeHolder
| inputs | 0 | address | _asset | an address of token |
| 1 | address | _to | an address of a receiver who is willing to get stored resources | |
| 2 | uint256 | _amount | an amount of tokens (resources) a receiver wants to get | |
| outputs | 0 | bool |