| 
51 | 51 |     },  | 
52 | 52 |     "/v1/taproot-assets/channels/fund": {  | 
53 | 53 |       "post": {  | 
54 |  | -        "summary": "FundChannel initiates the channel funding negotiation with a peer for the\ncreation of a channel that contains a specified amount of a given asset.",  | 
 | 54 | +        "summary": "litcli: `ln fundchannel`\nFundChannel initiates the channel funding negotiation with a peer for the\ncreation of a channel that contains a specified amount of a given asset.",  | 
55 | 55 |         "operationId": "TaprootAssetChannels_FundChannel",  | 
56 | 56 |         "responses": {  | 
57 | 57 |           "200": {  | 
 | 
84 | 84 |     },  | 
85 | 85 |     "/v1/taproot-assets/channels/invoice": {  | 
86 | 86 |       "post": {  | 
87 |  | -        "summary": "AddInvoice is a wrapper around lnd's lnrpc.AddInvoice method with asset\nspecific parameters. It allows RPC users to create invoices that correspond\nto the specified asset amount.",  | 
 | 87 | +        "summary": "litcli: `ln addinvoice`\nAddInvoice is a wrapper around lnd's lnrpc.AddInvoice method with asset\nspecific parameters. It allows RPC users to create invoices that correspond\nto the specified asset amount.",  | 
88 | 88 |         "operationId": "TaprootAssetChannels_AddInvoice",  | 
89 | 89 |         "responses": {  | 
90 | 90 |           "200": {  | 
 | 
117 | 117 |     },  | 
118 | 118 |     "/v1/taproot-assets/channels/invoice/decode": {  | 
119 | 119 |       "post": {  | 
120 |  | -        "summary": "DecodeAssetPayReq is similar to lnd's lnrpc.DecodePayReq, but it accepts an\nasset ID and returns the invoice amount expressed in asset units along side\nthe normal information.",  | 
 | 120 | +        "summary": "litcli: `ln decodeassetinvoice`\nDecodeAssetPayReq is similar to lnd's lnrpc.DecodePayReq, but it accepts an\nasset ID and returns the invoice amount expressed in asset units along side\nthe normal information.",  | 
121 | 121 |         "operationId": "TaprootAssetChannels_DecodeAssetPayReq",  | 
122 | 122 |         "responses": {  | 
123 | 123 |           "200": {  | 
 | 
150 | 150 |     },  | 
151 | 151 |     "/v1/taproot-assets/channels/send-payment": {  | 
152 | 152 |       "post": {  | 
153 |  | -        "summary": "SendPayment is a wrapper around lnd's routerrpc.SendPaymentV2 RPC method\nwith asset specific parameters. It allows RPC users to send asset keysend\npayments (direct payments) or payments to an invoice with a specified asset\namount.",  | 
 | 153 | +        "summary": "litcli: `ln sendpayment`\nSendPayment is a wrapper around lnd's routerrpc.SendPaymentV2 RPC method\nwith asset specific parameters. It allows RPC users to send asset keysend\npayments (direct payments) or payments to an invoice with a specified asset\namount.",  | 
154 | 154 |         "operationId": "TaprootAssetChannels_SendPayment",  | 
155 | 155 |         "responses": {  | 
156 | 156 |           "200": {  | 
 | 
0 commit comments