Uses of Class
org.ldk.structs.ClosingSignedFeeRange
-
Packages that use ClosingSignedFeeRange Package Description org.ldk.structs -
-
Uses of ClosingSignedFeeRange in org.ldk.structs
Fields in org.ldk.structs declared as ClosingSignedFeeRange Modifier and Type Field Description ClosingSignedFeeRange
Result_ClosingSignedFeeRangeDecodeErrorZ.Result_ClosingSignedFeeRangeDecodeErrorZ_OK. res
Methods in org.ldk.structs that return ClosingSignedFeeRange Modifier and Type Method Description ClosingSignedFeeRange
ClosingSignedFeeRange. clone()
Creates a copy of the ClosingSignedFeeRangeClosingSignedFeeRange
ClosingSigned. get_fee_range()
The minimum and maximum fees which the sender is willing to accept, provided only by new nodes.static ClosingSignedFeeRange
ClosingSignedFeeRange. of(long min_fee_satoshis_arg, long max_fee_satoshis_arg)
Constructs a new ClosingSignedFeeRange given each fieldMethods in org.ldk.structs with parameters of type ClosingSignedFeeRange Modifier and Type Method Description static ClosingSigned
ClosingSigned. of(byte[] channel_id_arg, long fee_satoshis_arg, byte[] signature_arg, ClosingSignedFeeRange fee_range_arg)
Constructs a new ClosingSigned given each fieldstatic Result_ClosingSignedFeeRangeDecodeErrorZ
Result_ClosingSignedFeeRangeDecodeErrorZ. ok(ClosingSignedFeeRange o)
Creates a new CResult_ClosingSignedFeeRangeDecodeErrorZ in the success state.void
ClosingSigned. set_fee_range(ClosingSignedFeeRange val)
The minimum and maximum fees which the sender is willing to accept, provided only by new nodes.
-