Get balance
from kujuaOnChain.Client import inputs, functions
results = functions.get_account_balance(inputs.node.node_url,
inputs.wallet.wallet_address)
print(results)
We use the on chain method by importing kujuaOnChain. Meaning the functions run directly on the node and return results. Off chain will be available with the full Github release. You can find the code for kujuaOnChain on GitHub