Skip to content

Commit

Permalink
Merge pull request #74 from chenr1/patch-1
Browse files Browse the repository at this point in the history
Update get_balance_allowance.py
  • Loading branch information
poly-rodr authored Apr 17, 2024
2 parents e724b46 + cc6d726 commit f4ab4eb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion examples/get_balance_allowance.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,10 @@ def main():
print(yes)

no = client.get_balance_allowance(
params=BalanceAllowanceParams(asset_type=AssetType.CONDITIONAL),
params=BalanceAllowanceParams(
asset_type=AssetType.CONDITIONAL,
token_id="16678291189211314787145083999015737376658799626183230671758641503291735614088",
)
)
print(no)

Expand Down

0 comments on commit f4ab4eb

Please sign in to comment.