We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b51e3d commit f8a1622Copy full SHA for f8a1622
json/src/lib.rs
@@ -1877,6 +1877,9 @@ pub struct FundRawTransactionOptions {
1877
pub include_watching: Option<bool>,
1878
#[serde(skip_serializing_if = "Option::is_none")]
1879
pub lock_unspents: Option<bool>,
1880
+ /// The fee rate to pay per kvB. NB. This field is converted to camelCase
1881
+ /// when serialized, so it is receeived by fundrawtransaction as `feeRate`,
1882
+ /// which fee rate per kvB, and *not* `fee_rate`, which is per vB.
1883
#[serde(
1884
with = "bitcoin::amount::serde::as_btc::opt",
1885
skip_serializing_if = "Option::is_none"
0 commit comments