pub async fn bitcoin_get_current_fee_percentiles(
    arg: GetCurrentFeePercentilesRequest
) -> CallResult<(Vec<MillisatoshiPerByte>,)>
Expand description

See IC method bitcoin_get_current_fee_percentiles.

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