FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Docs patch by RuneStone0 · Pull Request #63 · bitshares/python-bitshares · GitHub

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension .py  (1) All 1 file type selected
Viewed files
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Unified
Split
Hide whitespace
Diff view
Unified
Split
Hide whitespace
10 changes: 8 additions & 2 deletions bitshares/account.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,14 @@ def history(
return (*optional*)
:param array only_ops: Limit generator by these
operations (*optional*)
:param array exclude_ops: Exclude thse operations from
generator (*optional*)
:param array exclude_ops: Exclude these operations from
generator (*optional*).

... note::
only_ops and exclude_ops takes an array of strings:
The full list of operation ID's can be found in
bitsharesbase.operationids.
Example: ['transfer', 'fill_order']
"""
from bitsharesbase.operations import getOperationNameForId
_limit = 100
Expand Down

Back | FazBrowse Home | New Git URL