Uses of Class
org.ldk.structs.UpdateFee
-
Packages that use UpdateFee Package Description org.ldk.structs -
-
Uses of UpdateFee in org.ldk.structs
Fields in org.ldk.structs declared as UpdateFee Modifier and Type Field Description UpdateFee
Result_UpdateFeeDecodeErrorZ.Result_UpdateFeeDecodeErrorZ_OK. res
Methods in org.ldk.structs that return UpdateFee Modifier and Type Method Description UpdateFee
UpdateFee. clone()
Creates a copy of the UpdateFeeUpdateFee
CommitmentUpdate. get_update_fee()
An update_fee message which should be sent Note that the return value (or a relevant inner pointer) may be NULL or all-0s to represent Nonestatic UpdateFee
UpdateFee. of(byte[] channel_id_arg, int feerate_per_kw_arg)
Constructs a new UpdateFee given each fieldMethods in org.ldk.structs with parameters of type UpdateFee Modifier and Type Method Description void
ChannelMessageHandler.ChannelMessageHandlerInterface. handle_update_fee(byte[] their_node_id, UpdateFee msg)
Handle an incoming update_fee message from the given peer.void
ChannelMessageHandler. handle_update_fee(byte[] their_node_id, UpdateFee msg)
Handle an incoming update_fee message from the given peer.static CommitmentUpdate
CommitmentUpdate. of(UpdateAddHTLC[] update_add_htlcs_arg, UpdateFulfillHTLC[] update_fulfill_htlcs_arg, UpdateFailHTLC[] update_fail_htlcs_arg, UpdateFailMalformedHTLC[] update_fail_malformed_htlcs_arg, UpdateFee update_fee_arg, CommitmentSigned commitment_signed_arg)
Constructs a new CommitmentUpdate given each fieldstatic Result_UpdateFeeDecodeErrorZ
Result_UpdateFeeDecodeErrorZ. ok(UpdateFee o)
Creates a new CResult_UpdateFeeDecodeErrorZ in the success state.void
CommitmentUpdate. set_update_fee(UpdateFee val)
An update_fee message which should be sent Note that val (or a relevant inner pointer) may be NULL or all-0s to represent None
-