Skip to content

Commit fe38624

Browse files
authored
Update blockexplorer.md
1 parent 6769a11 commit fe38624

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/blockexplorer.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,13 +89,14 @@ Usage:
8989
addresses = blockexplorer.get_multi_address('1HS9RLmKvJ7D1ZYgfPExJZQZA1DMU3DEVd', xpub6CmZamQcHw2TPtbGmJNEvRgfhLwitarvzFn3fBYEEkFTqztus7W7CNbf48Kxuj1bRRBmZPzQocB6qar9ay6buVkQk73ftKE1z4tt9cPHWRn)
9090
```
9191

92-
####`get_balance`
92+
#### `get_balance`
9393
Get balances for each address provided. Returns a dictionary of str to `Balance` objects.
9494

9595
Params:
9696
```
9797
addresses : tuple - addresses(base58 or xpub) to look up
9898
filter : FilterType - the filter for transactions selection (optional)
99+
```
99100

100101
Usage:
101102
```python

0 commit comments

Comments
 (0)