View Source Bitcoinex.LightningNetwork.HopHint (bitcoinex v0.1.8)

A hop hint is used to help the payer route a payment to the receiver.

A hint is included in BOLT#11 Invoices.

Link to this section Summary

Link to this section Types

@type t() :: %Bitcoinex.LightningNetwork.HopHint{
  channel_id: non_neg_integer(),
  cltv_expiry_delta: non_neg_integer(),
  fee_base_m_sat: non_neg_integer(),
  fee_proportional_millionths: non_neg_integer(),
  node_id: String.t()
}