withdrawToken()

withdrawToken() is a function to withdraw a quantity from portfolio balance for an account and token symbol.

Here is a description of the arguments:

function withdrawToken(
    address _to,
    bytes32 _symbol,
    uint _quantity
    )

Last updated