Package org.ldk.structs
Class Event.FundingGenerationReady
- java.lang.Object
-
- org.ldk.structs.Event
-
- org.ldk.structs.Event.FundingGenerationReady
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.ldk.structs.Event
Event.ChannelClosed, Event.FundingGenerationReady, Event.PaymentForwarded, Event.PaymentPathFailed, Event.PaymentReceived, Event.PaymentSent, Event.PendingHTLCsForwardable, Event.SpendableOutputs
-
-
Field Summary
Fields Modifier and Type Field Description long
channel_value_satoshis
The value, in satoshis, that the output should have.byte[]
output_script
The script which should be used in the transaction output.byte[]
temporary_channel_id
The random channel_id we picked which you'll need to pass into ChannelManager::funding_transaction_generated.long
user_channel_id
The value passed in to ChannelManager::create_channel
-
Method Summary
-
Methods inherited from class org.ldk.structs.Event
channel_closed, clone, finalize, funding_generation_ready, payment_forwarded, payment_path_failed, payment_received, payment_sent, pending_htlcs_forwardable, spendable_outputs, write
-
-
-
-
Field Detail
-
temporary_channel_id
public final byte[] temporary_channel_id
The random channel_id we picked which you'll need to pass into ChannelManager::funding_transaction_generated.
-
channel_value_satoshis
public final long channel_value_satoshis
The value, in satoshis, that the output should have.
-
output_script
public final byte[] output_script
The script which should be used in the transaction output.
-
user_channel_id
public final long user_channel_id
The value passed in to ChannelManager::create_channel
-
-