Uses of Class
org.ldk.structs.TxAddInput
-
Packages that use TxAddInput Package Description org.ldk.structs -
-
Uses of TxAddInput in org.ldk.structs
Fields in org.ldk.structs declared as TxAddInput Modifier and Type Field Description TxAddInputMessageSendEvent.SendTxAddInput. msgThe message which should be sent.TxAddInputResult_TxAddInputDecodeErrorZ.Result_TxAddInputDecodeErrorZ_OK. resMethods in org.ldk.structs that return TxAddInput Modifier and Type Method Description TxAddInputTxAddInput. clone()Creates a copy of the TxAddInputstatic TxAddInputTxAddInput. of(byte[] channel_id_arg, long serial_id_arg, TransactionU16LenLimited prevtx_arg, int prevtx_out_arg, int sequence_arg)Constructs a new TxAddInput given each fieldMethods in org.ldk.structs with parameters of type TxAddInput Modifier and Type Method Description booleanTxAddInput. eq(TxAddInput b)Checks if two TxAddInputs contain equal inner contents.voidChannelMessageHandler.ChannelMessageHandlerInterface. handle_tx_add_input(byte[] their_node_id, TxAddInput msg)Handle an incoming `tx_add_input message` from the given peer.voidChannelMessageHandler. handle_tx_add_input(byte[] their_node_id, TxAddInput msg)Handle an incoming `tx_add_input message` from the given peer.static Result_TxAddInputDecodeErrorZResult_TxAddInputDecodeErrorZ. ok(TxAddInput o)Creates a new CResult_TxAddInputDecodeErrorZ in the success state.static MessageSendEventMessageSendEvent. send_tx_add_input(byte[] node_id, TxAddInput msg)Utility method to constructs a new SendTxAddInput-variant MessageSendEvent
-