depositToken()

depositToken() is a function to deposit a quantity to portfolio balance for an account and token symbol.

Here is a description of the arguments:

function depositToken(
    address _from,
    bytes32 _symbol,
    uint _quantity,
    address refer)

Last updated