pub fn confirm_fee<N: Network>(
fee: &Fee<N>,
private_key: &PrivateKey<N>,
address: &Address<N>,
endpoint: &str,
network: NetworkName,
context: &Context,
skip: bool,
) -> Result<bool>
Expand description
Asks the user to confirm a fee.