readme: fee_mask

pull/22/head
Paul Shapiro 5 years ago
parent 365f4a1a5c
commit 1e3c5a28f4

@ -317,6 +317,7 @@ The values which must be passed between functions have (almost entirely) consist
* `is_sweeping: BoolString` * `is_sweeping: BoolString`
* `priority: UInt32String` of `1``4` * `priority: UInt32String` of `1``4`
* `fee_per_b: UInt64String` * `fee_per_b: UInt64String`
* `fee_mask: UInt64String`
* `unspent_outs: [UnspentOutput]` - fully parsed server response * `unspent_outs: [UnspentOutput]` - fully parsed server response
* `payment_id_string: Optional<String>` * `payment_id_string: Optional<String>`
* `passedIn_attemptAt_fee: Optional<UInt64String>` * `passedIn_attemptAt_fee: Optional<UInt64String>`
@ -354,6 +355,7 @@ The values which must be passed between functions have (almost entirely) consist
* `fee_amount: UInt64String` returned by step1 * `fee_amount: UInt64String` returned by step1
* `priority: UInt32String` of `1``4` * `priority: UInt32String` of `1``4`
* `fee_per_b: UInt64String` * `fee_per_b: UInt64String`
* `fee_mask: UInt64String`
* `using_outs: [UnspentOutput]` returned by step1 * `using_outs: [UnspentOutput]` returned by step1
* `mix_outs: [MixAmountAndOuts]` defined below * `mix_outs: [MixAmountAndOuts]` defined below
* `unlock_time: UInt64String` * `unlock_time: UInt64String`

Loading…
Cancel
Save