Uses of Class
org.ldk.structs.TxAckRbf
-
Packages that use TxAckRbf Package Description org.ldk.structs -
-
Uses of TxAckRbf in org.ldk.structs
Fields in org.ldk.structs declared as TxAckRbf Modifier and Type Field Description TxAckRbfMessageSendEvent.SendTxAckRbf. msgThe message which should be sent.TxAckRbfResult_TxAckRbfDecodeErrorZ.Result_TxAckRbfDecodeErrorZ_OK. resMethods in org.ldk.structs that return TxAckRbf Modifier and Type Method Description TxAckRbfTxAckRbf. clone()Creates a copy of the TxAckRbfstatic TxAckRbfTxAckRbf. of(byte[] channel_id_arg, Option_i64Z funding_output_contribution_arg)Constructs a new TxAckRbf given each fieldMethods in org.ldk.structs with parameters of type TxAckRbf Modifier and Type Method Description booleanTxAckRbf. eq(TxAckRbf b)Checks if two TxAckRbfs contain equal inner contents.voidChannelMessageHandler.ChannelMessageHandlerInterface. handle_tx_ack_rbf(byte[] their_node_id, TxAckRbf msg)Handle an incoming `tx_ack_rbf` message from the given peer.voidChannelMessageHandler. handle_tx_ack_rbf(byte[] their_node_id, TxAckRbf msg)Handle an incoming `tx_ack_rbf` message from the given peer.static Result_TxAckRbfDecodeErrorZResult_TxAckRbfDecodeErrorZ. ok(TxAckRbf o)Creates a new CResult_TxAckRbfDecodeErrorZ in the success state.static MessageSendEventMessageSendEvent. send_tx_ack_rbf(byte[] node_id, TxAckRbf msg)Utility method to constructs a new SendTxAckRbf-variant MessageSendEvent
-