lnd-grpc-client
lnd-grpc-client copied to clipboard
decode_pay_req available from LNDClient but not AsyncLNDClient
Is there any reason why the 'decode_pay_req()' method is available from the LNDClient object but not the AsyncLNDClient ?
AsyncLNDClient does not support the unlock_wallet() method, while the syncronous LNDClient does...
I mostly use LNDClient
accepting PRs to help bring the AsyncLNDClient
up to speed if you need them!
https://github.com/kornpow/lnd-grpc-client/pull/10