Is your feature request related to a problem? Please describe.
A way to retrieve Taproot Asset specific invoices and payments just like you can with LND
Describe alternatives you've considered
I think currently there's a workaround to use the lnrpc.Route and check the custom_channel_data to find asset specific data, but that's not ideal for a developer.
Is your feature request related to a problem? Please describe.
A way to retrieve Taproot Asset specific invoices and payments just like you can with LND
Describe alternatives you've considered
I think currently there's a workaround to use the
lnrpc.Routeand check thecustom_channel_datato find asset specific data, but that's not ideal for a developer.