sv-logger has quit [Remote host closed the connection]
sv-logger has joined #stellar-dev
ExMachima has joined #stellar-dev
ExMachima has left #stellar-dev [#stellar-dev]
plevexier has joined #stellar-dev
plevexier has quit [Quit: Leaving.]
plevexier has joined #stellar-dev
plevexier has left #stellar-dev [#stellar-dev]
plevexier has joined #stellar-dev
<plevexier>
hello all, I'm playing with the python sdk, getting the balance for an account on the TESTNET, balances is an array with { "asset_type": "native", "balance": "xx.xx"}, does that means an account balance is the total of all the balances (for balances with same asset_type) + all the other asset_types in it, how does it work?
<plevexier>
I can't find any details about that in the doc
<plevexier>
actually got it, "Accounts can carry multiple balances—one for each type of currency they hold."