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

See IC method bitcoin_get_balance.

This call requires cycles payment. This method handles the cycles cost under the hood. Check API fees & Pricing for more details.