Skip to content

Commit d65a0cc

Browse files
author
Roman Bylbas
committed
Fixed RpcClientAPI doc
Signed-off-by: Roman Bylbas <romka.bulbas@gmail.com>
1 parent f17a241 commit d65a0cc

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/API/RpcClientAPI.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ __constructor(string $nodeUrl, string $bearerToken = null)
88
```
99
### Parameters
1010
| Name | Type | Description | Required |
11-
|----------------|---|----------------------------|---|
12-
| `$nodeUrl` | `string` | Full node url string | Yes |
13-
| `$bearerToken` | `string` | Authorization bearer token | Yes |
11+
|----------------|---|----------------------------|----------|
12+
| `$nodeUrl` | `string` | Full node url string | Yes |
13+
| `$bearerToken` | `string` | Authorization bearer token | No |
1414

1515
---
1616
## Put deploy

0 commit comments

Comments
 (0)