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 ClosingSignedFeeRangeResult_ClosingSignedFeeRangeDecodeErrorZ.Result_ClosingSignedFeeRangeDecodeErrorZ_OK. resMethods in org.ldk.structs that return ClosingSignedFeeRange Modifier and Type Method Description ClosingSignedFeeRangeClosingSignedFeeRange. clone()Creates a copy of the ClosingSignedFeeRangeClosingSignedFeeRangeClosingSigned. get_fee_range()The minimum and maximum fees which the sender is willing to accept, provided only by new nodes.static ClosingSignedFeeRangeClosingSignedFeeRange. 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 ClosingSignedClosingSigned. of(byte[] channel_id_arg, long fee_satoshis_arg, byte[] signature_arg, ClosingSignedFeeRange fee_range_arg)Constructs a new ClosingSigned given each fieldstatic Result_ClosingSignedFeeRangeDecodeErrorZResult_ClosingSignedFeeRangeDecodeErrorZ. ok(ClosingSignedFeeRange o)Creates a new CResult_ClosingSignedFeeRangeDecodeErrorZ in the success state.voidClosingSigned. set_fee_range(ClosingSignedFeeRange val)The minimum and maximum fees which the sender is willing to accept, provided only by new nodes.
-