You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9.3 KiB
9.3 KiB
1 | msgtype | init | 16 |
---|---|---|---|
2 | msgtype | error | 17 |
3 | msgtype | ping | 18 |
4 | msgtype | pong | 19 |
5 | msgtype | open_channel | 32 |
6 | msgtype | accept_channel | 33 |
7 | msgtype | funding_created | 34 |
8 | msgtype | funding_signed | 35 |
9 | msgtype | funding_locked | 36 |
10 | msgtype | shutdown | 38 |
11 | msgtype | closing_signed | 39 |
12 | msgtype | update_add_htlc | 128 |
13 | msgtype | update_fulfill_htlc | 130 |
14 | msgtype | update_fail_htlc | 131 |
15 | msgtype | update_fail_malformed_htlc | 135 |
16 | msgtype | commitment_signed | 132 |
17 | msgtype | revoke_and_ack | 133 |
18 | msgtype | update_fee | 134 |
19 | msgtype | channel_reestablish | 136 |
20 | msgtype | announcement_signatures | 259 |
21 | msgtype | channel_announcement | 256 |
22 | msgtype | node_announcement | 257 |
23 | msgtype | channel_update | 258 |