# LibTokenizedVaultIO

Git Source

Adaptation of ERC-1155 that uses AppStorage and aligns with Nayms ACL implementation. https://github.com/OpenZeppelin/openzeppelin-contracts/tree/master/contracts/token/ERC1155

# Functions

# _externalDeposit

function _externalDeposit(bytes32 _receiverId, address _externalTokenAddress, uint256 _amount) internal;

# _externalWithdraw

function _externalWithdraw(bytes32 _entityId, address _receiver, address _externalTokenAddress, uint256 _amount)
    internal;