Uses of Class
org.ldk.structs.TxInitRbf
-
Packages that use TxInitRbf Package Description org.ldk.structs -
-
Uses of TxInitRbf in org.ldk.structs
Fields in org.ldk.structs declared as TxInitRbf Modifier and Type Field Description TxInitRbfMessageSendEvent.SendTxInitRbf. msgThe message which should be sent.TxInitRbfResult_TxInitRbfDecodeErrorZ.Result_TxInitRbfDecodeErrorZ_OK. resMethods in org.ldk.structs that return TxInitRbf Modifier and Type Method Description TxInitRbfTxInitRbf. clone()Creates a copy of the TxInitRbfstatic TxInitRbfTxInitRbf. of(byte[] channel_id_arg, int locktime_arg, int feerate_sat_per_1000_weight_arg, Option_i64Z funding_output_contribution_arg)Constructs a new TxInitRbf given each fieldMethods in org.ldk.structs with parameters of type TxInitRbf Modifier and Type Method Description booleanTxInitRbf. eq(TxInitRbf b)Checks if two TxInitRbfs contain equal inner contents.voidChannelMessageHandler.ChannelMessageHandlerInterface. handle_tx_init_rbf(byte[] their_node_id, TxInitRbf msg)Handle an incoming `tx_init_rbf` message from the given peer.voidChannelMessageHandler. handle_tx_init_rbf(byte[] their_node_id, TxInitRbf msg)Handle an incoming `tx_init_rbf` message from the given peer.static Result_TxInitRbfDecodeErrorZResult_TxInitRbfDecodeErrorZ. ok(TxInitRbf o)Creates a new CResult_TxInitRbfDecodeErrorZ in the success state.static MessageSendEventMessageSendEvent. send_tx_init_rbf(byte[] node_id, TxInitRbf msg)Utility method to constructs a new SendTxInitRbf-variant MessageSendEvent
-