FeeRate.fromSatPerVb constructor
FeeRate.fromSatPerVb(
- int satPerVb
Implementation
FeeRate.fromSatPerVb(
int satPerVb,
) : _ptr = rustCall(
(status) => _UniffiLib.instance
.uniffi_bitcoin_ffi_fn_constructor_feerate_from_sat_per_vb(
satPerVb, status),
feeRateExceptionErrorHandler) {
_FeeRateFinalizer.attach(this, _ptr, detach: this);
}