From f95ab37278040098f0de8edc9df8a0e924346458 Mon Sep 17 00:00:00 2001 From: Paul Shapiro Date: Wed, 24 Oct 2018 16:21:06 -0500 Subject: [PATCH] README: minor updates to bridge API docs for fees --- README.md | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/README.md b/README.md index 0b4fa79..4215226 100644 --- a/README.md +++ b/README.md @@ -214,23 +214,11 @@ e.g. #### Fees -**`estimate_rct_tx_size`** - -* Args: `n_inputs: Int32`, `mixin: Int32`, `n_outputs: Int32`, `extra_size: Int32`, `bulletproof: Bool` - -* Returns: `retVal: Int32String` - -**`calculate_fee`** - -* Args: `fee_per_kb: Int64String`, `num_bytes: Int32String`, `fee_multiplier: Int64String` - -* Returns: `retVal: Int64String` - **`estimated_tx_network_fee`** Convenience wrapper -* Args: `fee_per_kb: Int64String`, `priority: Int32String` +* Args: `fee_per_b: Int64String`, `priority: Int32String` * Returns: `retVal: Int64String`