Uses of Class
org.ldk.structs.TxSignatures
-
Packages that use TxSignatures Package Description org.ldk.structs -
-
Uses of TxSignatures in org.ldk.structs
Fields in org.ldk.structs declared as TxSignatures Modifier and Type Field Description TxSignaturesMessageSendEvent.SendTxSignatures. msgThe message which should be sent.TxSignaturesResult_TxSignaturesDecodeErrorZ.Result_TxSignaturesDecodeErrorZ_OK. resMethods in org.ldk.structs that return TxSignatures Modifier and Type Method Description TxSignaturesTxSignatures. clone()Creates a copy of the TxSignaturesstatic TxSignaturesTxSignatures. of(byte[] channel_id_arg, byte[] tx_hash_arg, byte[][] witnesses_arg)Constructs a new TxSignatures given each fieldMethods in org.ldk.structs with parameters of type TxSignatures Modifier and Type Method Description booleanTxSignatures. eq(TxSignatures b)Checks if two TxSignaturess contain equal inner contents.voidChannelMessageHandler.ChannelMessageHandlerInterface. handle_tx_signatures(byte[] their_node_id, TxSignatures msg)Handle an incoming `tx_signatures` message from the given peer.voidChannelMessageHandler. handle_tx_signatures(byte[] their_node_id, TxSignatures msg)Handle an incoming `tx_signatures` message from the given peer.static Result_TxSignaturesDecodeErrorZResult_TxSignaturesDecodeErrorZ. ok(TxSignatures o)Creates a new CResult_TxSignaturesDecodeErrorZ in the success state.static MessageSendEventMessageSendEvent. send_tx_signatures(byte[] node_id, TxSignatures msg)Utility method to constructs a new SendTxSignatures-variant MessageSendEvent
-