pub async fn get_wallet_balance(
rpc: &ExtendedBitcoinRpc,
) -> Result<Amount, BridgeError>
Expand description
Get the current balance of the wallet.
pub async fn get_wallet_balance(
rpc: &ExtendedBitcoinRpc,
) -> Result<Amount, BridgeError>
Get the current balance of the wallet.