Zeth - Zerocash on Ethereum
0.8
Reference implementation of the Zeth protocol by Clearmatics
|
Functions | |
None | eth_get_balance (Any ctx, Optional[str] eth_addr, bool wei) |
Variables | |
help | |
is_flag | |
default | |
None zeth.helper.eth_get_balance.eth_get_balance | ( | Any | ctx, |
Optional[str] | eth_addr, | ||
bool | wei | ||
) |
Command to get the balance of specific addresses. Support multiple queries per invocation (outputs one per line), for efficiency.
Definition at line 23 of file eth_get_balance.py.
zeth.helper.eth_get_balance.default |
Definition at line 20 of file eth_get_balance.py.
zeth.helper.eth_get_balance.help |
Definition at line 16 of file eth_get_balance.py.
zeth.helper.eth_get_balance.is_flag |
Definition at line 19 of file eth_get_balance.py.