1
0
mirror of https://github.com/bumi/lnrpc synced 2026-03-03 06:00:51 +00:00

Add examples

This commit is contained in:
2019-02-12 07:06:58 +01:00
parent 0320522431
commit 80e3fae21d
2 changed files with 17 additions and 0 deletions

View File

@@ -64,6 +64,8 @@ lnd = Lnrpc::Client.new({credentials_path: '/path/to.cert.cls', macaroon_path: '
lnd.get_info
```
Also have a look at [examples.rb](https://github.com/bumi/lnrpc/blob/master/examples.rb)
#### Initializing a new client
The Lnrpc::Client constructor allows the following options: