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 UpdateFeeResult_UpdateFeeDecodeErrorZ.Result_UpdateFeeDecodeErrorZ_OK. resMethods in org.ldk.structs that return UpdateFee Modifier and Type Method Description UpdateFeeUpdateFee. clone()Creates a copy of the UpdateFeeUpdateFeeCommitmentUpdate. 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 UpdateFeeUpdateFee. 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 voidChannelMessageHandler.ChannelMessageHandlerInterface. handle_update_fee(byte[] their_node_id, UpdateFee msg)Handle an incoming update_fee message from the given peer.voidChannelMessageHandler. handle_update_fee(byte[] their_node_id, UpdateFee msg)Handle an incoming update_fee message from the given peer.static CommitmentUpdateCommitmentUpdate. 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_UpdateFeeDecodeErrorZResult_UpdateFeeDecodeErrorZ. ok(UpdateFee o)Creates a new CResult_UpdateFeeDecodeErrorZ in the success state.voidCommitmentUpdate. 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
-