Uses of Class
org.ldk.structs.TxComplete
-
Packages that use TxComplete Package Description org.ldk.structs -
-
Uses of TxComplete in org.ldk.structs
Fields in org.ldk.structs declared as TxComplete Modifier and Type Field Description TxCompleteMessageSendEvent.SendTxComplete. msgThe message which should be sent.TxCompleteResult_TxCompleteDecodeErrorZ.Result_TxCompleteDecodeErrorZ_OK. resMethods in org.ldk.structs that return TxComplete Modifier and Type Method Description TxCompleteTxComplete. clone()Creates a copy of the TxCompletestatic TxCompleteTxComplete. of(byte[] channel_id_arg)Constructs a new TxComplete given each fieldMethods in org.ldk.structs with parameters of type TxComplete Modifier and Type Method Description booleanTxComplete. eq(TxComplete b)Checks if two TxCompletes contain equal inner contents.voidChannelMessageHandler.ChannelMessageHandlerInterface. handle_tx_complete(byte[] their_node_id, TxComplete msg)Handle an incoming `tx_complete message` from the given peer.voidChannelMessageHandler. handle_tx_complete(byte[] their_node_id, TxComplete msg)Handle an incoming `tx_complete message` from the given peer.static Result_TxCompleteDecodeErrorZResult_TxCompleteDecodeErrorZ. ok(TxComplete o)Creates a new CResult_TxCompleteDecodeErrorZ in the success state.static MessageSendEventMessageSendEvent. send_tx_complete(byte[] node_id, TxComplete msg)Utility method to constructs a new SendTxComplete-variant MessageSendEvent
-