Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
beem
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hive
beem
Commits
06ca91ee
Commit
06ca91ee
authored
6 years ago
by
crokkon
Browse files
Options
Downloads
Patches
Plain Diff
beem/steemconnect.py: documentation update
parent
ecb84443
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
beem/steemconnect.py
+4
-5
4 additions, 5 deletions
beem/steemconnect.py
with
4 additions
and
5 deletions
beem/steemconnect.py
+
4
−
5
View file @
06ca91ee
...
...
@@ -20,7 +20,7 @@ from beem.amount import Amount
class
SteemConnect
(
object
):
"""
SteemConnect
:param str scope: comma sep
e
rate string with scopes
:param str scope: comma sep
a
rate
d
string with scopes
login,offline,vote,comment,delete_comment,comment_options,custom_json,claim_reward_balance
...
...
@@ -235,10 +235,9 @@ class SteemConnect(object):
return
r
.
json
()
def
url_from_tx
(
self
,
tx
,
redirect_uri
=
None
):
"""
Creates a link for broadcasting a operation
"""
Creates a link for broadcasting a
n
operation
:param dict tx: inlcudes the operation, which should be broadcast
:param dict params: operation dict params
:param dict tx: includes the operation, which should be broadcast
:param str redirect_uri: Redirects to this uri, when set
"""
if
not
isinstance
(
tx
,
dict
):
...
...
@@ -270,7 +269,7 @@ class SteemConnect(object):
return
urls
def
create_hot_sign_url
(
self
,
operation
,
params
,
redirect_uri
=
None
):
"""
Creates a link for broadcasting a operation
"""
Creates a link for broadcasting a
n
operation
:param str operation: operation name (e.g.: vote)
:param dict params: operation dict params
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment