Event |
Event.clone() |
Creates a copy of the Event
|
static Event |
Event.funding_generation_ready(byte[] temporary_channel_id,
long channel_value_satoshis,
byte[] output_script,
long user_channel_id) |
Utility method to constructs a new FundingGenerationReady-variant Event
|
Event[] |
ChannelMonitor.get_and_clear_pending_events() |
Gets the list of pending events which were generated by previous actions, clearing the list
in the process.
|
static Event |
Event.payment_failed(byte[] payment_hash,
boolean rejected_by_dest) |
Utility method to constructs a new PaymentFailed-variant Event
|
static Event |
Event.payment_forwarded(Option_u64Z fee_earned_msat,
boolean claim_from_onchain_tx) |
Utility method to constructs a new PaymentForwarded-variant Event
|
static Event |
Event.payment_received(byte[] payment_hash,
long amt,
PaymentPurpose purpose) |
Utility method to constructs a new PaymentReceived-variant Event
|
static Event |
Event.payment_sent(byte[] payment_preimage) |
Utility method to constructs a new PaymentSent-variant Event
|
static Event |
Event.pending_htlcs_forwardable(long time_forwardable) |
Utility method to constructs a new PendingHTLCsForwardable-variant Event
|
static Event |
Event.spendable_outputs(SpendableOutputDescriptor[] outputs) |
Utility method to constructs a new SpendableOutputs-variant Event
|