getBalance()

getBalance() is a function to get Portfolio Balance for an account and token symbol

Here is a description of the arguments:

function getBalance(
    address _owner,
    bytes32 _symbol)

Last updated