lnd/lnwire
..
accept_channel.go
accept_channel_test.go
announcement_signatures.go
channel_announcement.go
channel_id.go
channel_id_test.go
channel_reestablish.go
channel_type.go
channel_type_test.go
channel_update.go
closing_signed.go
commit_sig.go
custom.go
error.go
extra_bytes.go
extra_bytes_test.go
features.go
features_test.go
funding_created.go
funding_locked.go
funding_signed.go
gossip_timestamp_range.go
init_message.go
lnwire.go
lnwire_test.go
message.go
message_test.go
msat.go
msat_test.go
netaddress.go
netaddress_test.go
node_announcement.go
node_announcement_test.go
onion_error.go
onion_error_test.go
open_channel.go
ping.go
pong.go
query_channel_range.go
query_short_chan_ids.go
query_short_chan_ids_test.go
README.md
reply_channel_range.go
reply_channel_range_test.go
reply_short_chan_ids_end.go
revoke_and_ack.go
short_channel_id.go
short_channel_id_test.go
shutdown.go
signature.go
signature_test.go
typed_delivery_addr.go
typed_delivery_addr_test.go
typed_lease_expiry.go
typed_lease_expiry_test.go
update_add_htlc.go
update_fail_htlc.go
update_fail_malformed_htlc.go
update_fee.go
update_fulfill_htlc.go
writer.go
writer_test.go

lnwire

Build Status MIT licensed GoDoc

The lnwire package implements the Lightning Network wire protocol.

This package has intentionally been designed so it can be used as a standalone package for any projects needing to interface with lightning peers at the wire protocol level.

Installation and Updating

⛰  go get -u github.com/lightningnetwork/lnd/lnwire