Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/sdk/development/03-lib-description.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ It exposes following methods:
| `sendTxAndWaitForResponse` | `sendTxAndWaitForResponse(tx, chain, timeout)` | Use this method to send transaction to selected chain. Method returns a Promise that resolves to information about created transaction or error information | `tx` — packed and signed transaction in base64;<br/>`chain` — chain number;<br/>`timeout` — timeout in seconds. Defaults to 120. |
| `getFeeSettings` | `async getFeeSettings(chain)` | Use this method to load fee settings from selected chain. Method asynchronously returns an object containing chain's fee settings | `chain` — chain number |
| `getBlock` | `async getBlock(chain, hash = 'last')` | Use this method to load given block from selected chain. Method asynchronously returns an object containing block | `chain` — chain number;<br/>`hash` — hash of a block to get; |
| `getWallet` | `async getWallet(chain, address)` | Use this method to load given wallet information from selected chain. Method asynchronously returns an object containing wallet infomation | `chain` - chain number;<br/>`address` - address of a wallet to get |
| `getWallet` | `async getWallet(chain, address)` | Use this method to load given wallet information from selected chain. Method asynchronously returns an object containing wallet information | `chain` - chain number;<br/>`address` - address of a wallet to get |
| `addChain` | `async addChain(number, nodes)` | Use this method to add new chain to then list. Method does not return a value | `number` — chain number<br/>`nodes` — array containing data about chain nodes. Each array element should have the following format: `{address: < address>, nodeId: < id>}`, where:<br/> - `address` is a node URL (like http://51.15.248.43:49841 or http://c103n1.thepower.io:49841)<br/> - `nodeId` is string identifying the node; |

## scLoader Lib
Expand Down
2 changes: 1 addition & 1 deletion docs/testnet/phase-2/01-testnet-flow.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ Here you have the following options:

:::info Note

This option takes much more time, then the others, due to manual proccessing of submitted requests by the team.
This option takes much more time, then the others, due to manual processing of submitted requests by the team.

:::

Expand Down
2 changes: 1 addition & 1 deletion docs/testnet/phase-3/01-testnet-flow.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ Here you have the following options:

:::info Note

This option takes much more time, then the others, due to manual proccessing of submitted requests by the team.
This option takes much more time, then the others, due to manual processing of submitted requests by the team.

:::

Expand Down