Skip to content

Commit

Permalink
1.6.0 update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
PaTara43 committed Jan 17, 2023
1 parent 612f042 commit ea84edd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/source/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,8 @@ future transactions to be included in block. It saves time, but one may not know
One more argument while initializing is ``return_block_num``. If Set to ``True`` ALONG WITH ``wait_for_inclusion``, the
``extrinsic`` function will return a tuple of form ``(<extrinsic_hash>, <block_number-idx>)``.

If any extrinsic has failed, it well raise ``ExtrinsicFailedException`` with an error message inside.

Common Functions
++++++++++++++++

Expand Down Expand Up @@ -253,6 +255,8 @@ There are as well dedicated methods for convenient usage of RWS.
rws.get_auction(0)
rws.get_devices("4CqaroZnr25e43Ypi8Qe5NwbUYXzhxKqrfY5opnRzK4yG1mg")
rws.get_ledger("4CqaroZnr25e43Ypi8Qe5NwbUYXzhxKqrfY5opnRzK4yG1mg")
rws.get_days_left()
rws.is_in_sub(<owner_addr>, <device_addr>)
- Extrinsincs: `bid`, `set_devices`

Expand Down

0 comments on commit ea84edd

Please sign in to comment.