Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add output how-tos #465

Merged
merged 16 commits into from
May 24, 2023
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Update bindings/python/examples/how_tos/outputs/output_unlock_conditi…
…ons.py

Co-authored-by: Thoralf-M <46689931+Thoralf-M@users.noreply.github.com>
  • Loading branch information
Dr-Electron and Thoralf-M committed May 23, 2023
commit e253b3d21a0720c86426a87bd1f6d5de8455bfe9
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
Ed25519Address(hex_address)
)

token_scheme = TokenScheme(0, 50, 100)
token_scheme = TokenScheme(50, 0, 100)

# Most simple output
basic_output = client.build_basic_output(
Expand Down