lnd-grpc-client icon indicating copy to clipboard operation
lnd-grpc-client copied to clipboard

decode_pay_req available from LNDClient but not AsyncLNDClient

Open rstmsn opened this issue 2 years ago • 2 comments

Is there any reason why the 'decode_pay_req()' method is available from the LNDClient object but not the AsyncLNDClient ?

rstmsn avatar Mar 22 '22 21:03 rstmsn

AsyncLNDClient does not support the unlock_wallet() method, while the syncronous LNDClient does...

rstmsn avatar Mar 28 '22 10:03 rstmsn

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

kornpow avatar May 16 '22 22:05 kornpow