pub async fn bitcoin_get_balance(
    arg: GetBalanceRequest
) -> CallResult<(Satoshi,)>
Expand description